body { 
    font-family: Times;
	font-size: 14px;
	
       }
       
       li, td { 
    margin: 0pt;
    font-family: Times;
	font-size: 14px;
       }
       
p { 
    margin: 4pt;
    font-family: Times;
	font-size: 14px;
       }
       
.smaller { 
    
    font-family: Times;
	font-size: 11px;
       }
          
.nav { 
    margin: 3pt;
    font-family: Times;
	font-size: 16px;
	}
	

.titles {
  font-family: Times;
  font-size: 12px;
  font-weight: bold;
  color: #006633;
  background-color: transparent;
  }
  
  .titlesblue {
  font-family: Times;
  font-size: 14px;
  font-weight: bold;
  color: #330099;
  background-color: transparent;
  }
  
  .titlesred {
  font-family: Times;
  font-size: 14px;
  font-weight: bold;
  color: #993300;
  background-color: transparent;
  }
  
  .titlesgreen {
  font-family: Times;
  font-size: 14px;
  font-weight: bold;
  color: #006400;
  background-color: transparent;
  }
 

a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: overline underline;}
a:active {text-decoration: overline underline;}

