body {background-color: #000000;
      margin-bottom: 25px;
      margin-left: 25px;
      color: #66ffff;
      font-size: 16px;}

p {line-height: 1.3em;}

a:link {color: #00ffff;
        text-decoration: underline;}

a:visited {color: #33ff00;
           text-decoration: underline;}

a:hover {background-color: #000066;}

hr {color: #000099;
    width:90%}

em {color: #33ff00;
    font-weight: bold;
    font-style: normal;}

p.text1 {overflow: auto;
         width: 600px;
         max-height: 120px;
         padding: 5px;
         border: solid 3px #0000ff;}
div.menu {position: fixed;
          top:83px;
          left:50px;
          background-color: #000000;
          height:25px;
          max-width:900px;
          width:90%;
          border-top:2px #0000ff solid;
          border-bottom:2px #0000ff solid;
          z-index:1;
          padding:2px;
          padding-top:5px;}

div.top {position: fixed;
         top:0px;
         left:50px;
         background-color: #000000;
         max-width:900px;
         width:90%;
         border:0px;
         z-index:1;
         padding:3px;
         padding-top:10px;}

div.body {position: absolute;
          top:130px;
          left:50px;
          background-color: #000000;
          padding:3px;
          padding-top:5px;
          padding-bottom:50px;
          border:0px;
          max-width:900px;
          width:90%;}

td {padding:3px;}

td.td1 {padding:3px;
       height:40px;
       width:210px;}
td.td2{padding:3px;
       padding-right:8px;
       padding-left:8px;}

#right {float:right;}
#left {float:left;}