<style>

A:LINK {
                color: Blue;
                text-decoration: none;
                font-family: Arial;
                font-size: 12pt;
}

A:VISITED {
                text-decoration: Underline;
                color: Blue;
                font-family: Arial;
                font-size: 12pt;
}

A:ACTIVE {
                text-decoration: Underline;
                color: Blue;
                font-family: Arial;
                font-size: 12pt;
}

A:HOVER {
                text-decoration: Underline;
                color: Blue;
                font-family: Arial;
                font-size: 12pt;
}


H2 {
                text-decoration: Bold;
                color: #7f603d;
                font-family: Arial;
                font-size: 18pt;
}

Body{
                font-family: Arial;
                font-size: 12pt;
                background-color: #ffffff
}
</style>