/* CSS Document */
body  {
      background-image: url(black.jpg);
      background-attachment: fixed;
      }
dl  {
    float: left;
    padding: 5px 10px 5px 5px;
    width: auto;
    height: auto;
    } 
dt  {
    width: auto;
    height: auto;
    }
dd  {
    height: auto;
    width: auto;
    padding: 0 0 0 0px;
    text-align: left;
    color: orange;
    font-family: courier new;
    font-size: 1em;
    line-height: 1.6em;
    } 
.cleaner { clear:both; height:0px; }
img {
    border: none;
    }
