BODY { background-color: white }
H1 { font-family: arial; font-weight: bold; font-size: 14pt; color: #B22222 }
H2 { font-family: arial; font-weight: bold; font-size: 10pt; color: white }
P { font-family: arial; font-weight: normal; font-size: 10pt; color: black }
#sidebar { background-color: white; max-width: 800px; max-height: 50px; position: absolute; top: 5px; left: 50px }
a { font-family: arial; font-weight: bold; font-size: 11pt; color: #B22222 }

/* Specific css */
a.button {
    border: 1px solid #333;
    border-width: 1px 2px 2px 1px;
    padding: 4px 8px;
    background-color: #CCC;
    color: #000;
    text-decoration: none;
}
a.button:hover {
    background-color: #666;
    color: #FFF;
}
