a:link
{
	color: rgb(0, 0, 255);
	background-color: rgb(255, 255, 255);
}
a:visited
{
	color: rgb(0, 0, 255);
	background-color: rgb(255, 255, 255);
}
a:hover
{
 	color: rgb(153, 000, 000);
	background-color: rgb(255, 255, 255)#0066ff
} 
a:active 
{
	color: rgb(0, 0, 255);
	background-color: rgb(255, 255, 255);
}
body
{  
	font-family:Arial Narrow, Helvetica, Serif;
	background-color: rgb(255,255,255);
	color: rgb(0, 51, 102);
	margin-top: 1px;
}
h1, h2, h3, h4, h5, h6
{
	font-family:Arial Narrow, Helvetica, Serif; 
}
h1
{
  font-size: 18pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
h2
{
  font-size: 15pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
h3
{
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
h4
{
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
h5
{
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
h6
{
  font-size: 6pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
