h1 {font-family: georgia; text-align: center}
h2 {font-family: georgia; text-align: center}
h3 {font-family: georgia; text-align: center}
h4 {font-family: georgia; text-align: center}
h5 {font-family: georgia; text-align: center}
h6 {font-family: georgia; text-align: center}

a:link {text-decoration: none; color:Blue}
a:visited {text-decoration: none; color:blue}
a:active {text-decoration: none; color:blue}
a:hover {text-decoration: none; color:DodgerBlue}

p 
{
font-family: georgia, times;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px
}

p.menu
{
font-family: georgia, times;
text-align:center;
bottom:1px
}

td.main
{
	border-width: 1px;
	border-style: solid;
	border-color: LightSteelBlue;
	background-color: white
}

ul, ol 
{
list-style-type: disc;
font-family: georgia, times
}