body { 
       padding:0 0 0 0;
       margin:0 0 0 0;
}

.menu {
        position: absolute;
        margin-left:10px;
        top: 10px;
        left: 0 px;
        width: 150px;
        font-weight:bolder;
        font-size: 10px;	
        color: black;
        line-height:150%;
}

.contents { 
            margin-left:160px; 
            margin-bottom:100px;
            width: 500px; 
            padding: 20;
            text-height:170%;
 }

.contents blockquote{ 
                margin: 3%;
                padding: 5;
                font-weight:normal;
                color:black;
                line-height:140%;
		border: 1px dotted;                  
 }

#document { 
  font-size: 12px;
  margin:5px;
  text-height:170%;  
  padding:5%;
  border:dotted;  
  border-color:light-green;
  border-width:thin;
 }

#document td{ 
  font-size: 12px;
 }

.migi { 
       position:absolute;
       left:700px;
       font-weight:bolder;
       top:10px;
       width: 250px; 
       font-size:12px;
}

.migi blockquote{ 
                  margin: 3%;
                  font-weight:normal;
                  color:black;
                  line-height:140%;
 }

.migi #links{ 
   margin: 0px;
   padding: 2px;             
   list-style:none; 
   font-size: 10px;
   line-height: 170%;
 }

.migi #links a:link{ 
    text-decoration: none;
}

.migi #links a:visited{ 
    text-decoration: none;
}

a:link{ 
    text-decoration: none;
       }

a:visited{ 
    text-decoration: none;
       }



a:hover { 
          color:green; 
          background:lightgreen;
          }

.nobullets { 
             list-style-type:none; 
}

.contents h1{
              font-size: 30px; 
              font-weight: bold; 
              margin:2%;
}

.contents h2{
              font-size: 20px; 
              font-weight: bold; 
              line-height: 40px;
              padding: 0 0 0  0; 
              margin: 0 0 0 0; }

.contents h3{
              font-size: 14px; 
              font-weight: bold; 
              line-height: 40px;
              padding: 0 0 0  0; 
              margin: 0 0 0 0; }

 }
