﻿body
{
    background-color: Black;
    color: #ffff66;
    font-size: small;
    font-family: Verdana;
}

H1 { text-align:center; font: verdana; }

table 
{ 
    border-style:solid; 
    border-width:thin;
}

th 
{ 
    background: #ffff66;
    color:Black;
    font: inherit;
}
     
a 
{    
    color: #ffff66;
    font-family: Verdana;
    text-decoration: none; 
}

a:hover { text-decoration: underline; }