body {
background-image: url("bbb.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom
}
       
div.contentsbox
      {
    border: solid;
    border-width: 0px 0px 1px 10px;
    padding: 5px;
    margin : 5em 40em 0px 0px;
    border-color: #FF4500;
    font-size: 130% ;

      }

        a:link { color: #FF4500; } 
        a:visited { color: #FF4500; } 
        a:hover { color: #008B00; } 
        a:active { color: #008B00; } 
     @ a { text-decoration: none; } 
