body {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #800000;
}

h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #3333cc;
	letter-spacing: 1pt;
	font-family: "Times New Roman", Times, serif;

}
td {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #800000;
}
.bold {
	font-weight: bold;
	color: #800000;
	font-family: Arial, Helvetica;

}
a:hover {
	color: #FFFF00;
	background-color: #990000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #800000;
}	
a:visited {
	text-decoration: none;
	
}
