body {
	background-color: #232323;
	font-family: Georgia, Arial;
	font-size: 0.8em;
}

img {
	border-style: none;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;
}

td.tb {
	background-color: #ffffff;
}

td {
	border: none;
	vertical-align: top;
}

tr {
	border: none;
}

a.sitelink {
	text-decoration:none;
	color:white;
}

a.sitelink:visited {
	text-decoration:none;
	color:white;
}

a.sitelink:hover {
	text-decoration:none;
	color:#000000;
}

div.box {
	background-color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: none;
	border-right: none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}