body {
	background-color: #ffffff;
	color: #000000;
}

body, td, th, textarea, input { 
	font-family: 'Trebuchet MS', 'Arial', 'Verdana'; 
	font-size: 10pt;
} 

.centerBody {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid red;
}

.downloads a {
	color: #ffffff;
	text-decoration: none;
}

.downloads a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu a { 
	text-decoration: none;
}
.menu a:hover { 
	text-decoration: underline;
}

.search td, 
.search input { 
	color: #ffffff;
}

.code_link a { 
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.code_link a:hover { 
	text-decoration: underline;
	font-weight: bold;
	color: #808080;
}
