
BODY {
    background-image: url(foo-header_01.gif);
    background-position: top left;
    font-family: monaco, courier;
    font-size: 12pt;
    line-height: 160%;
    background-color: black;
    color: #61B464;
    margin: 20pt 40pt 60pt 40pt;
    }

    
h2 {
    font-family: monaco, arial, helvetica;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15pt;
}

A {
    text-decoration: none;
    color: #7EA736;
    }

A:hover {
    color: white;
    }

A IMG {
    border: none;
    }

A IMG {
    border: 2px solid black;
    }


IMG.white-border {
    border: dashed 1px white;
    }

A:hover IMG {
    text-decoration: none;
    border-bottom: 2px #61B464 solid;
    }
P {
    margin: 10pt 50pt;
    }

#header TD {
    padding-bottom: 10pt;
}
