BODY {

background-color: #ffffff;
color: #000000;
font-family: Helvetica, Arial, Geneva, sans-serif;
font-weight: bold;
font-size: 13px;
}

.title {
color: #000000;
font-family: Geneva, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 16px;
}

A {
  color: blue;
  text-decoration: underscore;
  }

A:visited {
  color: blue;
  text-decoration: underscore;
  }

A:hover {
  color: #FF0000;
  text-decoration: underscore;
  }