body {
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0;
    padding: 0;
}
a {
    color: #0000FF;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
}
#main_container {
    width: 760px;
    margin: 20px auto;
    background-color: #CCCCCC;
    border: 2px solid #000000;
}
#header {
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #000000;
}
#header_text {
    font-family: "Times New Roman", serif;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
#header_text span {
    color: #FF0000;
}
#navigation {
    background-color: #999999;
    padding: 8px;
    text-align: center;
    border-bottom: 2px solid #000000;
}
#navigation a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin: 0 20px;
}
#navigation a:hover {
    text-decoration: underline;
}
#content {
    padding: 15px;
}
.page-content {
    display: none;
}
#footer {
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    border-top: 2px solid #000000;
    font-size: 11px;
}
h1 {
    font-family: "Times New Roman", serif;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
h2 {
    font-family: "Times New Roman", serif;
    font-size: 18px;
    color: #333333;
}
hr {
    height: 1px;
    background-color: #999999;
    border: 0;
}
