body {
   color : #ffffff;
   background-color : #000000;
   font-family :  "MS PGothic", "MS Gothic", Osaka, sans-serif;
   font-size : small;
   line-height : 1.3em;
   margin-left : 30px;
   margin-right : 30px;
   }
a:link {
   color : #99ffff;
   text-decoration : underline;
   }
a:visited {
   color : #0099ff;
   text-decoration : underline;
   }
a:active {
   color : #ff9900;
   text-decoration : underline;
   }
a:hover {
   color : #ff99ff;
   text-decoration : underline;
   }
h1 {
      font-size: 120%; 
      margin-left: 20px; 
      color: #6699dd; 
     }
h2 {
      font-size: 120%;
      margin-left: 20px;
      color: #6699dd;
   }
h3 {
      margin-left: 20px;
   }
h4 {
      margin-left: 30px;
   }
li {
      margin-left: 35px; 
      line-height: 1.5em; 
      margin-right: 35px; 
      list-style-type: circle;
     }
dl {
      margin-left: 50px; 
      line-height: 1.5em; 
      margin-right: 50px;
     }
p {
      margin-left: 50px; 
      line-height: 1.3em; 
      margin-right: 50px;
     }
hr {
      margin-left: 20px;
      margin-right: 20px;
     }
img {
      margin-left: 0px;
      border: 0px;
     }
table{
      line-height: 1.5em;
     }
 