body {
    font-family: "Arial CE",arial,sans-serif;
    background-color: white;
    color: black;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 90%;
}

h1,h2,h3,h4,h5,h6 {
    color: #555;
}
h1{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #b30000;
    color: white;
    border-bottom: 10px solid #eee;
    line-height: 1.6em;
}
h1 a{
    color: white;
}
h1 a:hover {
    color: white;
}
a {
    color: #b30000;
    text-decoration: none;
}

a:hover {
    color: black;
}

hr {
    height: 10px;
    color: #eee;
    background-color: #eee;
    border: 0;
}
table td a {
    color: black;
}
table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 5px;
    font-size: 90%;
    text-align: left;
    border-bottom: 1px dotted gray;
}
th {
    text-align: left;
    font-size: 90%;
}
#footer {
    text-align: right;
    font-size: 70%;
}
#footer a {
    text-decoration: none;
    color: #b30000;
}
#footer a:hover {
    color: gray;
    text-decoration: none;

}
