/* CSS Document */
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #330000;
}

a:link, a:visited, a:active {
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size:24px;
    color: #330000;
    margin:10px 0 10px 0;
}

h2 {
    font-size:16px;
    color: #330000;
    margin:5px 0 5px 0;
}

p {
    font-size: 12px;
    color: #330000;
    margin: 0 0 5px 0;
}

table {
    color: #330000;
}

h3, h3 a {
    font-size:13px;
    color: #330000;
    margin:5px 0 5px 0;
}

#centerPane ul {
    padding:5px 5px 5px 30px;
}

#footer {
    text-align:center;
}

#footer a:hover {
    text-decoration:underline;
}
