/*
blue text 
5 point vert spacing 
5 point margins
back.gif background
*/
body {font-size: 12pt;
	font -family: "times"
	color: blue;
	background: url(back.gif);
	line height: 14pt;
	margin-left: 5pt;
	margin-right: 5pt;
	SCROLLBAR-FACE-COLOR: #97FBFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFE7;  
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #FFFFE7; 
	SCROLLBAR-DARKSHADOW-COLOR: #00ffcc}

/*

heading1 set=18 height=20 face=times/bold

*/
h1 {font=18pt times;
	color: blue;
	font-weight:  bold;
	line-height: 20pt;}

/*

heading4 set=14 height=18 face=times/bold

*/
h4 {
	font=14pt;
	color: blue;
	font-weight: bold;
	line-height: 18pt;
	font-family : "times";
}
h5 {
	font=14pt;
	color: blue;
	font-weight: bold;
	line-height: 18pt;
	font-family : "times";
}

h6 {
	font=14pt;
	color: blue;
	font-weight: bold;
	line-height: 18pt;
	font-family : "times";
}
/*
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=14pt times; 
	font-weight: bold;
	color:blue;}
	a:link: {color:blue;}    
	a:hover {color:red;}
