body {
background-color: #009900;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Copperplate Gothic Light", Times, serif;
}

h1 {
font-size: 150%
}

h2 {
font-size: 130%;
text-decoration: underline;
}

h3 {
font-size: 110%;
}

h4 {
font-size: 100%;
}

h5 {
font-size: 85%;
}

h6 {
font-size: 70%;
font-weight: normal;
}

blockquote {
font-size: 90%;
font-style: italic;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

#allcontent {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#header {
background-color: #ffffff;
border: thin groove black;
margin: 0px 0px 20px 0px;
}

#pagelist {
width: 195px;
height: 500px;
float: left;
background-color: #8b008b;
text-align: right;
}

#pagelist td {
background-color: #8b008b;
border: 2px solid black;
}

#pagelist a:link {
color: #ffffff;
}

#pagelist a:visited {
color: #ffd700;
}

#content {
background-color: #9999ff;
border: medium groove black;
margin: 0px 0px 20px 200px;
padding: 20px 20px 20px 20px;
}

#footer {
color: #ffffff;
background-color: #8b0000;
border: thin groove black;
margin: 0px 0px 20px 200px;
padding: 0px 5px 0px 5px;
}

#footer a:link {
color: #b8860b;
}

#footer a:visited {
color: #ffd700;
}