body {
background-color: gainsboro;
background-repeat: repeat-y;
color: black;
font-family: verdana;
margin-left: 40px;  
margin-right: 40px;  
}

table.main {
width: 90%;
background-color:white;
}

td.main {
border: 1px solid black;
padding: 10px;
}

A:link {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: green;}
A:hover {text-decoration: underline; color: yellow;}