

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #E8E8E8;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #ffffff;
background-color: #999999;
}