BODY
{
background: url("Background.jpg"); background-repeat:no-repeat;
background-position: center;
}

table
{
font-size:14pt;
text-align:center; 
}
TD
{
text-align: center;
background-color: yellow;
padding-left: 14px; 
padding-right: 14px;
}
A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: green}
A:active {text-decoration: none; color: black}
A:hover {text-decoration: underline; color: red;}