<style type="text/css">
.yellowonblue
{
    FONT-SIZE: 100%;
    COLOR: yellow;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: blue
}
.inputfield1
{
    FONT-SIZE: 100%;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white
}
INPUT
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Verdana
}
SELECT
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 100%;
    CURSOR: hand;
    FONT-FAMILY: Verdana
}
BUTTON
{
    FONT-SIZE: 100%;
    CURSOR: hand;
    FONT-FAMILY: Verdana
}
TEXTAREA
{
    FONT-SIZE: 100%;
    FONT-FAMILY: Verdana
}
</style>