body {
	font: Georgia;
    background: #CCC;
    color: #000080;
    margin: 10px 10px;
}

p, table, td {
    font-family: Georgia;
    font-size: 16px;

}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia;
    color: #00a;
    background: none;
    font-weight: bold;
    margin: 0;
    border-bottom: 2px solid #eee;
    clear:both;
}

a {
    text-decoration: underline;
    color: #0000FF
    background: none;
}

a:visited { color: #0000FF;}
a:active { color: #0000FF;}
a:hover { text-decoration: underline;}

.nav {  font-family: Georgia; font-size: 12px;}
.links {  font-family: Georgia; font-size: 12px;}
