/* CSS Document */
a:link {
  color: #0000FF;
  text-decoration: none;
  }
  
a:visited {
  color: #0000FF;
  text-decoration: none;
  }
    
a:hover {
  color: #669900;
  text-decoration: underline;
  }
  
p {
  text-align: left;
}

em { 
  font-family: Helvetica, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: normal;
}    


