body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
a.bdylink:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;


}
a.bdylink:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;

}
a.bdylink:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;


}
hr {
	color: #FF0000;
	border-top: 1px solid #FF0000;
	border-right: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	border-left: 0px solid #FF0000;

}
h1 {
	font-size: 24px;
	color: #000099;
	font-weight: bold;
	text-transform: capitalize;
}
td.underline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000033;
}

