body {
   color : #000000;
   background-color : #ffffff;
   font-family :  "MS PGothic", "MS Gothic", Osaka, sans-serif;
   font-size : 1em;
   line-height : 1.3em;
   width: 800px;
   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.5em; 
      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; 
      list-style-type: circle;
     }
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: 20px;
      border: 0px;
     }
table{
      line-height: 1.5em;
     }

div#left
     { 
       margin-left: 2%;
       background-color : #ffffdd;
       width:45%;
       float:left; 
       color: #000000;
       text-align:left;
     }
div#right
     { 
       background-color : #eeffff;
       width:45%;
       float:left; 
       color: #000000;
       text-align:left;
     }
div#center
     { 
       clear:both;
       width:90%;
       float:none;
       color: #000000;
       text-align:left;
      }
*.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }
