body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	background-color: #000022;
}
table {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: white;
	background-color: #000033;
}
div.box {
	border: solid; border-width: thin; width: 100%;
	font-size: inherit;
	font-weight: normal;
	color: white;
	background-color: green;
}
a {
	color: white;
	font-size: inherit;
	font-weight: normal;
	text-decoration: underline;
}
.bellow {
	color: yellow;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}
.yellow {
	color: yellow;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}
