a:link
{
	color: rgb(36,36,36); 
}
a:visited
{
	color: rgb(36,36,36); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	color: rgb(4b,4b,25);
}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(00,00,99);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(00,00,99); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,00,99); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(00,00,99);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(00,00,99);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(00,00,99);
}