  
  a { 
    font-family: arial, sans-serif; 
    font-size: 10pt; 
  }

  a:link {  
    color: #FFCC66; 
    text-decoration: none 
  }

  a:visited {  
    text-decoration: none; 
    color: #FFCC66 
  }

  a:hover {  
    color: #99CCFF; 
    text-decoration: underline 
  }

  body {  
    font-family: arial, sans-serif; 
    font-size: 10pt; 
  }

  h1 {
    font-family: times roman, verdana, arial, sans-serif;
    font-size: 20pt;
  }
  p, li, td { 
	  font-family: arial, sans-serif; 
	  font-size: 10pt; 
	}

  div.nav { 
	  font-family: arial; 
	  font-size: 6pt; 
	}

