a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
td
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
	font-size: 10pt;
}
th
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
	font-size: 10pt;
	font-weight: bold
}
h1
{
	font-family: Rockwell Extra Bold, Times New Roman, Times;
	color: rgb(255,255,255);
	font-size: 24pt;
}
h2,h3,h4,h5
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0)
}
h2
{
	font-size: 10pt; font-weight: bold
}
h3
{
	font-size: 8pt; font-weight: bold
 }
h4
{
	font-size: 8pt; font-weight: normal

}
a:hover
{
color:red; 
}
