body {
background-color: #eeeedd;
color: #003300;
}
a:visited {
    color: #993399;
}
h1 {
    font-family: sans-serif;
    color: #006600;
}
h2 {
    font-family: sans-serif;
    color: #005500;
}
table {
    font-family: sans-serif;
    color: #006600;
    border-bottom: 1px solid #006600;
    border-top: 1px solid #006600;
}
ul {
    list-style-type: square;
}
