body, table {
    font-family: 'Arial';
    font-size: 12px;
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    color: #1A8B94;
    font-family: 'Trebuchet MS', 'Arial';
    font-weight: normal;
}
h1 { font-size: 26px; padding-bottom: 14px; border-bottom: 1px solid #CCCCCC; }
h2 { font-size: 16px; padding-bottom: 14px; border-bottom: 1px solid #CCCCCC; }
h3 { font-size: 14px; color: #53656B; }
a {
    color: #1A8B94;
}
a:hover {
    color: #53656B;
}
ul {
    list-style: square;
}
li {
    padding-bottom: 6px;
}
