body {
    font-family:Verdana, sans-serif;
    background-color: #3c5028;
    color: orange;
}
hr {
    border-style: solid;
    border-color: orange;
    border-width: 1px;
}
a {
    color: orange;
}
a:hover {
    color: whitesmoke;
}
#mainContent {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style-image: url("../images/previous/P2/animated-bullet-10.gif");
}
footer {
    text-align: center;
}
