body {
    font-family: Verdana,Helvetica,sans-serif;
    background-color: #eec;
    margin: 0;
}
.header {
    margin:2px;
    padding: 10px 40px;
    text-align: center;
    border: 2px solid #903;
    background-color: #ffe;
}
.main {
    margin: 10px 20px;
    padding: 5px 20px;
    background-color: white;
}
.footer {
    margin: 10px 20px;
    text-align: center;
}
h1 {
    font-family:Georgia,serif;
    font-weight: bold;
    font-size: 150%;
    color: #903;
    margin: 0;
}
h2 {
    font-weight: bold;
    font-size: 135%;
    margin: 6px 0 6px;
}
h3 {
    font-weight: bold;
    font-size: 120%;
    margin: 20px 0 6px;
}
h4 {
    font-weight: bold;
    font-size: 100%;
    margin: 20px 0 6px;
}
p {
    font-size: 100%;
    margin: 6px 0 6px;
}
a:link {
    color: #33c;
    text-decoration:none;
}
a:visited {
    color: #33c;
    text-decoration:none;
}
a:hover {
    color: #90c;
    text-decoration:underline;
}
a:active {
    color: #33c;
    background-color: #ffc;
    text-decoration:underline;
}

