li{
  list-style-type : upper-roman;
}

body{
  color : #336666;
  background-color : black;
  line-height : 150%;
  letter-spacing : 0.2em;
  background-image : url(image/mapbg.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  font-size : 80%;
}

a{
  color : #336666;
  text-decoration : none;
}
h1{
  font-size : 18px;
  font-weight : normal;
}
a:hover{
  color : white;
  text-decoration : underline;
}
