body {
    font-family: verdana;
    color: #444444;
    background-color: #DCDCDC;
}

#container {
    margin: 30px auto 20px;
    width: 800px;
}

#header {
    background-color: #6783a4;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    padding: 10px 20px;
    color: white;
}

#header h1 {
    font-size: 174%;
    font-family: Arial;
}

#content {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background-color: white;
    padding: 10px 20px 30px 20px;
}

#content a {
    color: #2970A6;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}

#content h2 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 116%;
    margin-top: 2em;
}

#content h2.first {
    margin-top: 1em;
}

#content h3 {
    font-size: 108%;
}


table.std {
    border: 1px solid #777777;
    border-collapse: collapse;
}

table.std td, table.std th {
    border: 1px dotted #777777;
    padding: 3px 8px;
}

table.std th {
    text-align: left;
    background-color: #E4E4E4;
}

