a:link
{
	color: rgb(200,140,46);
	font-weight:bold;
	text-decoration:none;
}
a:visited
{
	color: rgb(200,140,46); 
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color: rgb(0,21,122);
	text-decoration: none;
	font-weight: bold;	
}
a:active 
{
	color: rgb(200,140,46);
	font-weight:bold;
	text-decoration:none;
}

body
{
	font-family: Arial, Times New Roman, Times;
	color: rgb(0,0,102);
	margin-top: 0%;
	margin-left: 0%;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	color: #000066;
}
h2
{
	color: rgb(204,51,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(204,51,51);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}
