body {
    font-family: 'Verdana';
    color: #666;
}
body, table {
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic";
    color: #2988B4;
    font-weight: normal;
}
h1 {
    border-bottom: 1px solid #ccc;
    font-size: 24px;
}
a {
    color: #2988B4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style-image: url('../images/bullet.png');
    margin-left: 24px;
    padding-left: 10px;
    padding-bottom: 16px;
}

