body {
  background-color: white;
  color: black;
  font-family: "Times New Roman",Times,serif;
  font-size: medium;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #990000;
}
a:visited {
  color: #663300;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
}
a:active {
  color: #009900;
  text-decoration: none;
}
ul,
{
margin: 0px 2px 0px 0px;
list-style-type: disc;
}