body {
background: #e6e9c9; 
margin-top: 20px;
padding: 10;
}

p {
font-family: georgia, times, serif;
font-size: 90%;
line-height: 1.5em;
text-align: left;
color: #333;
padding: 15;
}

p.center {
font-family: georgia, times, serif;
font-size: 90%;
line-height: 1.5em;
text-align: center;
color: #333;
padding: 5;
}

h2 {
font-family: georgia, times, serif;
font-size: 100%;
line-height: 1.5em;
text-align: center;
color: #009933;
}

a:link {
text-decoration: none;
color: #333
}

a:hover {
text-decoration: underline;
}

a:visited {
text-decoration: none;
color: orange;
}

a:visited:hover {
text-decoration: underline;
color: orange;
}

ul {
font-family: georgia, times, serif;
font-size: 90%;
text-align: left;
line-height: 1.5em;
color: #333;
}


