body
{
 font-family: Arial, sans-serif;;
 font-size: 20px;
 background-color: #99CCFF;
 color: #0033CC;
 vertical-align: middle; 
}

img.w3
{
 border:0;
 width:88px;
 height:31px;
}

table.links
{
 border-style: none;
 font-size: 14px;
}

th.links
{
 background-color: Navy;
 color: #00FFFF; /* cyan */
}

td.links
{
 background-color: #4169E1; /* RoyalBlue */
 width: 190px;
}

/* unvisited link */
a.links:link
{color: #00FFFF} /* cyan */

/* visited link */
a.links:visited
{color: #00FFFF} /* cyan */

/* mouse over link */
a.links:hover
{
 color: #4169E1; /* RoyalBlue */
 background-color: #00FFFF;
}

/* selected link
a.links:active
{color: cyan}
*/

td.links-top
{
 vertical-align: top;
}

