  	
	/* background color */
	BODY { background: #AAAACC; text-align:left; font-size: small;}
        
 
        /* fonts */
        H2, P, LI, BODY   { font-family: Verdana, Arial, Helvetica, sans-serif; }               
        H2                { font-size: large;  }
        P,li              { font-size: small; }

    
  
        /* links */
	A:link, A:visited, a:hover { font-family:  Verdana, Arial, Helvetica, sans-serif}
	A:link, A:visited, a:hover { font-size: small}
	A:link 		{ color: #003366 }
        A:hover 	{ color: #003399 }
	A:visited 	{ color:#000066 }		
        A:visited, A:link 	{ text-decoration: none}
	A:hover 		{ font-weight: none }


	/* centers tables and iframes, also sets default width */
	table  { width:600px; margin-left:auto; margin-right: auto; }            
        iframe { width:600px; text-align: left; }
        tr,td {text-align:left;}*/


