p {
        font-size: 13px;
        margin: 15px 15px 1px 30px;
}
body {
        margin: 0px 0px 0px 0px;
}
a {
        color: #007B35;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        margin: 0px;
        padding: 0px 10px 0px 10px;
        display: block;
}
a:hover {
        color: white;
        background-color: #007B35;
}
div a {
        color: white;
        border-top: 1px solid white;
}
div a:hover {
        /* #EA1205 */
        background-color: #666666;
        border-top: 1px solid white;
}
a.noborder, a.noborder:hover {
        border-top: 0px;
}
#hl {
        font-size: 36px;
        color: #007B35;
        font-weight: bold;
        z-index: 1;
        white-space: nowrap;
}
iframe {
        position:relative;
        width:100%;
        height:100%;
        overflow:visible;
        z-index: 0;
}