body
{
background-color: khaki;
font-family: "Comic Sans MS";
}

h1,h2,h3,h4,h5,h6
{ 
text-align: center;
color: forestgreen;
}
h3.nobottommargin
{
margin-bottom: 0cm;
}

p
{ 
text-align: center;
color: forestgreen;
}
p.left
{
text-align: left;
}
p.italic
{
font-style: italic
}

A
{
color: forestgreen;
}
A:hover
{
background-color: forestgreen;
color: khaki;
}

A.menu
{
background-color: olive;
color: white;
text-decoration: none;
font-size: 75%;
font-weight: bold;
float: left;
width: 12em;
padding: 0.1em 0.1em;
border: 1px solid olive;
}
A.menu:hover
{
background-color: olive;
color: khaki;
}

ul.menu
{
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
}

li.menu
{
display: inline;
}

hr
{
color: olive;
}

td.menu
{
background-color: olive;
border: 1px solid olive;
}

td
{ 
text-align: center;
color: forestgreen;
}




