/**
  * General style directives for the help page
  *
  * Written by Matthew C. Hoover, Kurtz Bros 
  * Created Jan 2003
  */
  
BODY { 
	}
  
H1 	{
	text-align: center;
	font-size: 120%;
	margin-bottom: 1mm;
	}
	
P	{
	text-align: left;
	font-size: 100%;
	}

P.links { 
	text-align: center;
	font-size: 80%;
	margin: 0;
	}
	
UL	{
	text-align: left;
	font-size: 100%;
	margin-left: 8%;
	}

OL	{
	text-align: left;
	font-size: 100%;
	margin-left: 8%;
	}

A:link {
	color: blue;
	text-decoration: none;
	}
A:visited { 
	color: blue;
	text-decoration: none;
	}
A:hover { 
	color: blue;
	text-decoration: underline;
	}
	