body {
    font-family: 'Arial', sans-serif;
    color: #444;
}
body, table {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Sans';
    font-weight: bold;
    color: #091A5B;
}
h1 {
    font-size: 22px;
    font-weight: normal !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
h2 { font-size: 16px; }
h3 { font-size: 12px; }
a {
    color: #E60000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
hr {
    border: 0;
    color: #eee;
    background: #ddd;
    height: 6px;
    margin: 20px 0px 30px 0px;
}
