body {
	background-color: white;
	position: absolute; top: 0px; left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 80%;
	font-family: Tahoma;
	color: black;
}

span.site_details {
	font-size: 80%;
	font-family: Tahoma;
	color: white;
	letter-spacing: 0.5;
}

a {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #0033FF;
}

a:hover {
	color: red;
}

a.menu {
	color: white;
	text-decoration: none;
}

a.menu:visited {
	color: white;
}

a.menu:hover {
	color: black;
}

img {
	border: 0;
}

td.top_menu {
	font-size: 120%
	color: white;
}

td.page_title {
	font-size: 120%;
	text-align: center;
	vertical-align: top;
}