body {
  background-color: #FFFFFF;
  margin-top: 10px;
}

body, p, dl, dt, dd, ul, ol, li, td, th, .text {
 color: #000000; 
 font-size: 14pt; 
 font-family: arial, verdana, sans serif;
}

a:link {
  color: #0066CC; 
  cursor: hand;
  text-decoration: none
}
a:active {
  color: #330066; 
  cursor: hand;
  text-decoration: none
}
a:visited {
  color: #0066CC;
  cursor: hand;
  text-decoration: none
}
a:hover {
  color: #330066; 
  cursor: hand;
  text-decoration: none
}
