body {
  font-family: Tahoma, Arial, sans-serif;
  color: Black;
  background-color: White;
}

H1 {
  color: #000099 ;
}

a {
  text-decoration: none
}


a:link {
  color: #000099;
  text-decoration: none
}

a:visited {
  color: #000099;
  text-decoration: none
}

a:active {
  color: #000099;
  text-decoration: none
}

a:hover {
  color: #FF731E
}

LI {
  list-style: url(images/bullet.gif)
}

