BODY {
    background-color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #000000;
}

A {
    color: green;
    text-decoration: none;
}

A:hover {
    text-decoration: underline
}

P {
    text-decoration: none;
}

H2 {
    text-decoration: none;
    font-size:12pt;
    color: #505050;
}

img {
    border-style: none;
}
