/* CSS Document */

<style type="text/css">

BODY,TD {font-family: "Times New Roman", Times, serif;
font-color: #000000;}
H1{
	font-family: Poster, "Times New Roman", Times, serif;
	color: #F2332B; 
	font-size: x-large;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	color: #4e8a9c; 
	font-size: large;
}
H3,H4,H5,H6 {
	font-family: "Times New Roman", Times, serif;
	color: #8762AF; 
	font-size: medium;
}
BODY {font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#8762AF;
	background-image:url(images/purple-gradient.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
TABLE {font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	background-color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
A:link {
	color: #d82605;
	text-decoration: none;
} 
A:visited {
	color: #d82605;
	text-decoration: none;
}
A:hover {
	color: #8762AF;
	text-decoration: none;
	font-weight: bold;
} 

</style>
