BODY{
  color : #444444;
  background-color : #ffffff;
  line-height : 1.5px;
}

H1{
  font-size : 9pt;font-weight:normal;padding-bottom:0px;margin-bottom:0px; 
}

H2{
  font-size : 10pt;font-weight:normal;padding-bottom:0px;margin-bottom:0px; 
}

A:LINK {
   color: #444444;
}

A:active {
   color: red;
}

A:hover 
{
	color:#ff0000;
	position:relative;
	left:1px;
	top:1px;
}

