a:link
{
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
} 
a:active 
{
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: Purple;
	text-decoration: underline;
	font-weight: bold;
}
body
{
	font-family: Verdana, Arial;
	background-color: none;
	color: Black;
	font-size: 12px;
}
td
{
	font-family: Verdana, Arial;
	background-color: none;
	color: Black;
	font-size: 12px;
}   
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial;
	color: Black;
}
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 16pt; 
}
h3
{
	font-size: 14pt; 
}
h4
{
	font-size: 12pt;
}
h5
{
	font-size: 10pt;
}
h6
{
	font-size: 8pt;
}