
<style>

body {
  color: #000000;
  background-color: #FFFFFF;
}

body {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: white;
  scrollbar-arrow-color: white;
  scrollbar-track-color: blue;
  scrollbar-shadow-color: white;
  scrollbar-face-color: blue;
  scrollbar-highlight-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-3dlight-color: white;
}

td {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.text {
  color: #000000;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.textlight {
  color: #000000;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.header {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
}

.header2 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.header3 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

a:link {
  color: blue;
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

a:visited {
  color: blue;
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

a:active {
  color: blue;
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

a:hover {
  font-family: Arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  cursor: hand;
}
