body {
    font-family: 'Century Gothic', 'Arial', sans-serif;
    color: #333;
}
body, table {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #0D9BC9;
}
h2, h3, h4, h5, h6 {
    color: #FF3366;
}
h1 { font-size: 22px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }
a {
    text-decoration: none;
    color: #0D9BC9;
}
a:hover {
    color: #FF3366;
}
hr {
    height: 4px;
    background: #ddd;
    color: #ddd;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    color: #555;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
}
li {
    padding-bottom: 6px;
}
