body {
	background-color: #121212;
	margin: 10px;
}
.tablebordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tableborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tableborderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.tableborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
p,td,.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #AAAAAA;
}
.tiny {
	font-size: xx-small;
}
.tagline {
	vertical-align: middle;
}
a {
	color: #AAAAAA;
	background-color: #121212;
	text-decoration: underline overline;
}
a:hover {
	text-decoration: none;
	color: #121212;
	background-color: #AAAAAA;
}
a:active {
	text-decoration: none;
	color: #121212;
	background-color: #121212;
}

