body {
      background-color: #000;
      text-align: center;
     }

a:link {
        color: #000;
        text-decoration: none;
        font-weight:bold
       }

a:visited {
           color: #000;
           text-decoration: none;
        font-weight:bold
          }

a:hover { 
         color: #8F3848;
         text-decoration: none;
        font-weight:bold
        }

a:active {
          color: #000;
          text-decoration: none;
        font-weight:bold
         }


#nav {
      position: absolute;
      top: 17px;
      left: 30px;
      width: 172px;
      font-size: 15px;
     }

#content {
          position: absolute;
          overflow:auto;
          top: 111px;
          left: 288px;
          width: 437px;
          height: 394px;
         }