body{
	font-family : Arial, Helvetica, Geneva, sans-serif;
}


h1, h2, h3, h4, h5 {
	color : #880000;
	
}

td {
	color : #000;
	font-size : 0.9em;
}

a {
	color : #880000;
	text-decoration : none;
	font-size : 0.8em;
	font-family : Arial, Helvetica, Geneva, sans-serif;

}


hr {
border: 2px dashed #880000;
}

a:hover {
	color : #000;
	text-decoration : underline;
	font-weight : bold;
}