
body {
margin:0; padding:0;
line-height: 1.5em;
font-family: verdana;
font-size: 13px;
}

/* the padding-bottom number below represents the amount of white space between the bottom edge of the main title graphic and the top edge of the green menu background */

td.title {
padding-top: 20px;
padding-bottom: 10px;
}

/* the padding-top number below is the amount of space between the top edge of the green menu background and the word "HOME" */

td.menu {
padding-top: 5px;
}

td.body {
padding-left: 10px;
}

td.ads {
padding-top: 10px;
}

/* the following keeps the menu links set off from the right edge of the green bar */

p.menu {
margin-right: 10px;
}

/* the following three govern all links except the menu bar links */

a:link {
color: #003366;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #003366;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #003366;
font-weight: bold;
text-decoration: underline;
}

/* the following keeps the menu links white... must be listed here, AFTER other a: attributes */

a.menu {
color: #ffffff;
}

