a:link {
    color: #000;
}

a:hover {
    color: #000;
}
a:visited {
    color: #000;
}

h4 {
    font-family: georgia;
    font-weight: 700;
    font-style: italic;
    font-size: 16pt;
    color: #d05d00;
}

h3 {
    font-family: georgia;
    font-weight: 700;
    font-style: italic;
    font-size: 12pt;
}

h1 {
    font-family: georgia;
    font-weight: 700;
    font-size: 24pt;
}

body {
    font-family: verdana;
    font-size: 9pt;
    background-color: #FFF8CA;
    line-height: 150%;
}