body 
  {  
    font-family: verdana, arial, helvetica, sans-serif; 
    color: #003366; 
    font-size: 12px; 
    background-color: #FFFFFF
  }

h1 
  {  
    color: #993399; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    text-align: center
  }

h2 
  {  
    color: #993399; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
    text-align: left
  }

a 
  {  
    color: #0033FF; 
    font-weight: bold; 
    text-decoration: none
  }

a:hover 
  {  
    color: #CA0065; 
    text-decoration: underline
  }
