{
    font-family: "sans-serif", "Arial", "Helvetica" ; color: #8B0000; background-color: #A59A9D ;
}
h3 {
    font-family: "sans-serif", "Arial", "Helvetica";color: #8b0000  ;background-color: #a59a9d;  font-variant: small-caps;
    text-transform: capitalize;
}
h2 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: #643E46;
    background-color: #f1e881;
    font-variant: small-caps;
    text-transform: capitalize;
}

ul {
    list-style-image: url('marker.gif');
}

#copyright {
    font-size: x-small;
    color: #4d0e1b;
    background-color: #f1e881;
}

a {
    text-decoration: none;
    color: #8b0000; text-align: center;
}

a:hover {
    text-decoration: underline overline;
    background-color: #f7ec58; 
}

#allPage {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

nav {
    text-align: center;
}

</style>