body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: arial, sans-serif;
    color: #214952;
}

h1,
h2,
h3 {
    color: #18564a;
    font-family: arial, sans-serif;
    line-height: 1.3em;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}


a:link
, a:visited {
    color: #218252;
    text-decoration: none;
}

#footer a:link
, #footer a:visited 
, #footer {
    color: #fff;
    font-weight: bold;
}

a:hover
    text-decoration: underline;
    color: #21b552;
}

#footer a:hover {
    color: #71eb99;
}

div.startbox p 
, dd.csc-textpic-caption {
    line-height: 1.2em;
    color: #666;
    font-size: 11px;
}




