body, td     { font-family: Arial; font-size: 13px }

h1   { font-size: 20px; color: #5A529E; margin-top: 1; 
       margin-bottom: 1; font-family:Arial; font-weight:bold }
h2   { font-size: 18px; color: #5A529E; margin-top: 1; 
       margin-bottom: 1; font-family:Arial; font-weight:bold }
h3   { font-size: 16px; color: #5A529E; margin-top: 1; 
       margin-bottom: 1; font-family:Arial; font-weight:bold }
   
.nav { font-family: Arial; font-size: 13px }

A:Hover {
	text-decoration: underline;
	color: #800000;
}

HR {
	color: blue;
	height: 1pt;
}