/* CSS Document */
html, body {
padding:0px;
margin:0px auto;
}

#header {
	width:800px;
}
#body {
	width:800px;
	padding:25px;
	font: 1em/1.3em Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #000099;
}