    
body { 
    margin: 0px;
    height: 100%;
    background-color: white;
}
 
#header
{
background-color:#E8EBF0;
padding-top: 10px;
padding-bottom: 1px;
}

#footer
{
font: normal small verdana, arial, helvetica, sans-serif;
background-color: #E8EBF0;
vertical-align: bottom;
text-align: center;
border-top: 1px solid #ccc;
color: #606060;
padding: 2px;
}

h1
{
font-size: small;
text-align: center;
}

h2
{
font-size: x-small;
text-align: center;
}

.quote
{
margin-left: 30px; 
font-size: x-small;
}

.displayed {
    display:block;
    margin-left: auto;    margin-right: auto;
    text-align:center;
}

.centered
{
text-align: center;
border-color: #cecbc6;
display: block;
margin-left: auto;margin-right: auto;
}

.sub
{
padding-bottom: 10px;
position: relative;
top: -5px;
font-size: smaller;
font-weight: normal;
color: #336699;
}

#meat
{
font: normal small verdana, arial, helvetica, sans-serif;
text-align: left;
width: 700px;
display: block;
margin-left: auto;margin-right: auto;
margin-top: 10px;
}
#meat a:active {text-decoration: none; color: orangered;}
#meat a:hover {text-decoration: underline;}
#meat a:link {text-decoration: none; color: orangered;}
#meat a:visited {text-decoration: none; color: orangered;}

#navcontainer
{
font: normal small verdana, arial, helvetica, sans-serif;
margin-left: auto;margin-right: auto;
margin-top: 10px;
text-align:center;
}

#navlist ul;
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 2px 4px 2px 4px;
border: 1px solid #cecbc6;
background-color: #E8EBF0;
color: #696969;
}

#navlist a:link, #navlist a:visited
{
color:#696969;
text-decoration: none;
}

#navlist a:hover
{
/*border: 1px solid #696969;*/
background-color: #E8EBF0;
color: orangered;
}

#navlist li#active a
{
border: 1px solid #696969;
background-color: white;
color: orangered;
}

/*#navcontainer ul{
display: block;list-style: none;
text-align: center;padding: 0;
position: relative;}#navcontainer li{/*padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-bottom: 2px;margin: 0 2px 0 0;
text-align: center;border: 1px solid red;color: #ffffff;display: inline;
}#navcontainer a:link,#navcontainer a:visited{
display: inline;background-color: #E8EBF0;color: #696969;text-decoration: none;
/*margin-top: -.13em;
margin-bottom: -.13em;
margin-left: -.69em;
margin-right: -.69em;}#navcontainer a:hover{color: orangered;}#navcontainerclear { display: none; }html>body #navcontainerclear{display: block;clear: both;}#navcontainer li#active a{background-color: white;color: orangered;
border: 1px solid #606060;
display: inline;
text-align: center;
margin-left: auto;margin-right: auto;
/*margin-top: -.13em;
margin-bottom: -.13em;
margin-left: -.69em;
margin-right: -.69em;}*/