a {
text-decoration:none;
color: seashell;
font-family: verdana;
}

a:link:hover {
text-decoration:underline;
color: white;
}

a:visited:hover {
text-decoration:underline;
color: black;
}

table {
  font-size: 9pt;
  line-height: 14pt;
}


body {
  font-family: verdana;
  background-color: black;
  color: moccasin;
  font-size: 9pt;
  line-height: 14pt;
  scrollbar-shadow-color: black;
  scrollbar-3dlight-color: #e4af7e;
  scrollbar-darkshadow-color: Black;
  scrollbar-track-color: white;
  scrollbar-base-color: #ca915c;
  scrollbar-arrow-color: black;
}
