html, body, button, div, input, select, td, fieldset { 
  font-family: Arial; 
  font-size: 12px; 
  color: #242424; 
}

body { 
  border-style: none;
  background: #ffffff; 
  margin: 0px; 
}

a {
  font-family: Arial; 
  font-weight: normal;
  font-size: 12px; 
  color: #075bb8;
  cursor: hand;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}
