body { 
       background: #000d15 url(bg.jpg) top repeat-x;
       background-attachment: fixed;
 }

body, table { 
              font-size: 12px;
              font-family: arial;
              color:#b7b7b7;
}

table { 
        width:800px;
 }

td { 
     padding:4px;
 }

a { 
    color:white;
    font-weight:bold;
 }

.box { 
       text-align:center;
       color:black;
       font-weight:bold;
       font-size:32px;
       border:4px solid #CC0000;
       background:#c99b9b;
 }

.warning { 
    margin:9px;
    color:#CC0000;
    font-weight:bold;
 }

a:hover { 
          color:green;
          font-weight:bold;
 }

.title { 
         font-size: 24px;
         border-bottom:1px solid white;
         margin:15px 2px 2px 2px;
}

.footer { 
          text-align:center;
 }