BODY {
        background-color: lightsteelblue;
        FONT-SIZE: 12px; 
        MARGIN-Left: 10px; 
        MARGIN-Right: 10px;  
        FONT-FAMILY: Tahoma, Arial, sans-serif; 
        TEXT-ALIGN: left;
}

A:link {
        COLOR: blue;
}

A:visited {
        COLOR: blue;
}

A:hover {
        COLOR: red;
}

A:active {
        COLOR: blue;
}
td
{
 Font-size:12px;
 }
 h3 { BACKGROUND-COLOR: steelblue; color: white;  }
