BODY {
	background-color: White;
	background-image : url(tlo.gif);
	background-position : left;
	background-repeat : repeat-y;
	font-family:  Verdana; 
	font-size: small;
}

H2 { font-family: Verdana; 		
 font-weight: lighter;
 line-height:  40%;
	
}
H5 { font-family: Verdana; 		
 font-weight: lighter;
 line-height:  30%;
	
}

A:LINK {  color: Blue;
text-decoration: none;

}
A:VISITED {
	 color: Navy;
	 text-decoration: none;
}
A:HOVER {
	color: White;
	text-decoration:  none;
	font-size:  10pt;
	background-color:  Red;
}
