body {
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}
table {
	font-family: sans-serif;
	font-size: 12px;
}
h1 {
	color: #C00000;
	font-weight: normal;
	font-size : 14px;
	font : bold;
}

A:link {
text-decoration:none;
color : #C00000;
font-weight : bold;
}
A:visited {
text-decoration:none;
color : #C00000;
font-weight : bold;
}
A:hover {
text-decoration:none;
color : #D53535;
font-weight : bold;
}