/* CSS Document */

body { font-family: Arial, sans-serif; font-size: 10px; color: #CCCC99; }

h1 { 
     color: #f93; 
     font-family: Arial, sans-serif; 
     font-size: 20px;
     font-style: italic;
   }
   
h2 { 
     color: #c96; 
     font-family: Arial, sans-serif; 
     font-size: 16px;
     font-weight: bold;
     font-style: italic;
   }
   
h3 { 
     color: #f63; 
     font-family: Arial, sans-serif; 
     font-size: 16px;
     font-weight: bold;
     font-style: italic;
   }
   
a:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #9cf;    
	text-decoration: none 
   }
   
a:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #99c; 
    text-decoration: none 
   }
   
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #cc6;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #c96;
}

