/* blue text 10 point vert spacing 10 point margins back.gif background */ body 
{font-size: 12pt; font family: "times" color: blue; background: url(side.gif); 
line height: 14pt; margin-left: 10pt; margin-right: 10pt;} /* heading1 set=18 
height=24 face=times/bold */ h1 {font=18pt times; color: blue; font-weight: bold; 
line-height: 24pt;} /* heading4 set=14 height=18 face=times/bold */ h4 {font=14pt 
times; color: blue; font-weight: bold; line-height: 18pt;} /* para.indent=0 margin.l=18 
margin.r=18 */ p {marin-left: 18pt; marin-right: 18pt; color: blue; line height: 
14pt; font-family: "times"; font weight: bold;} /* no link underlines all links=red.flashback 
*/ 
a {text-decoration: none;
	font: 20pt times; 
	font-weight: bold;
	color:blue;}
	a:link: {color:BLUE;}    
	a:hover {
	color: RED;
}
        
