body {
   color : #000000;
   background-color : #ffffff;
   font-family : "MS PGothic", "MS Gothic", Osaka, sans-serif;
   font-size : 1em;
   line-height : 1.3em;
   width: 780px;
   margin-left : 10px;
   margin-right : 10px;
   }
a:link {
   color : #0000ff ;
   text-decoration : underline ;
   }
a:visited {
   color : #660066;
   text-decoration : underline ;
   }
a:active {
   color : #cc0000;
   text-decoration : underline ;
   }
a:hover {
   color : #006600;
   text-decoration : underline ;
   }
h1 {
      font-size: 1.3em; 
      margin-left: 10px; 
      color: #006699; 
     }
h2 {
      font-size: 1.2em;
      margin-left: 15px;
      color: #000099;
   }
h3 {
      margin-left: 20px;
   }
h4 {
      margin-left: 25px;
   }
li {
      margin-left: 20px; 
      line-height: 1.5em; 
      margin-right: 5px; 
     }
dl {
      margin-left: 20px; 
      line-height: 1.5em; 
      margin-right: 20px
     }
p  {
      margin-left: 30px; 
      line-height: 1.3em; 
      margin-right: 30px
     }
hr {
      margin-left: 20px;
      margin-right: 20px;
     }
img {
      margin-left: 0px;
      border: 0px;
     }
table{
      line-height: 1.5em;
     }
*.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }
