body    {
        margin: 0;
        padding: 5px;
        background-color: #000;
        background-image:url(images/gradient-bg.jpg);
        background-repeat:repeat-x; 
        }
#container {
        position:relative;
        margin-right:auto;
        margin-left:auto;
        width:800px;
        height:auto;
        border:0;
        background-color:#000;
  
       }
p      {
        font-family: georgia, arial, sans-serif;
        font-weight: bold;
        font-size: 11px;
        color: #FFFFFF;
        width: 70%;
        float: center;
        padding: 2px;
        border: 3px 3px 3px 3px outset #FFCC00;
        background-color: #999999;
        text-align: center;
        }        
table  {
        font-family: arial, Times New Roman, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #FFFFFF;
        border: 1px solid #444444;
        background-color: transparent;                                        
        text-align: center;
        }
h2     {
        font-family: arial, Times New Roman, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        width: 65%;
        padding: 2px;
        border: 3px outset #FFCC00;
        background-color: #999999;        
        text-align: center;
        }
h3      {
        font-family: arial, Times New Roman, sans-serif;
        font-weight: bolder;
        font-size: 12px;
        color: #FFCC00;
        text-align: center;
        }
hr      {
        width: 100%;
        color: #000;
        }                
a:link {
        font-family: arial, 'Times New Roman', sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #000000; 
        background-color: transparent;
        text-decoration: none;
        text-align: center;
        }
a:visited {
        font-family: arial, 'Times New Roman', sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        background-color: transparent;
        text-decoration: none;
        text-align: center;
        }
a:hover {
         color: #FFCC00;
         background-color: #000;
         text-decoration: none;
         text-align: center;
        }  
