<STYLE>
body {  text-decoration: none;
            font-color: white;
            font-family: "arial";
            font-size: 12pt;
            font-weight: medium;
			background: "black";}
a:link {  text-decoration: underline;
             color: red; 
             font-family: "ms sans serif";
             font-size: 12pt;
             font-weight: heavy; }         
a:visited {  text-decoration: underline;
             color: red; 
             font-family: "ms sans serif";
             font-size: 12pt;
             font-weight: heavy; }  
a:hover {  text-decoration: bold;
             color: red; 
             font-family: "ms sans serif";
             font-size: 12pt;
             font-weight: heavy; }  
table {
    background-color:000;
}
table td {
    padding: 5px;
    border: solid #fff 1px;
    color: ffffff;
    text-align: left;
    background-color: black;}
</STYLE>