body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;

}
a {
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	background-color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #FF9900;
	font-weight: bold;

}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #006699;
}
h3 {
	color: #000066;
}
h4 {
	color: #FF0000;
	text-align: center;

}
hr {
	line-height: 15px;
	color: #003399;
	width: 70%;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
