BODY
{
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-FAMILY: 'Microsoft Sans Serif'
}
A:active
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: yellow;
    FONT-FAMILY: 'Microsoft Sans Serif'
}
A:visited
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: 'Microsoft Sans Serif'
}
INPUT
{
    FONT-FAMILY: 'Microsoft Sans Serif'
}
.submit
{
    BORDER-RIGHT: black 1pt outset;
    BORDER-TOP: black 1pt outset;
    BORDER-LEFT: black 1pt outset;
    BORDER-BOTTOM: black 1pt outset;
    BACKGROUND-COLOR: silver
}
.textbox
{
    BORDER-RIGHT: lightblue 1pt outset;
    BORDER-TOP: lightblue 1pt outset;
    BORDER-LEFT: lightblue 1pt outset;
    BORDER-BOTTOM: lightblue 1pt outset
}
A:link
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: white;
    FONT-FAMILY: 'Microsoft Sans Serif';
    TEXT-DECORATION: none
}
A
{
    BORDER-RIGHT: blue;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BORDER-LEFT: medium none;
    COLOR: white;
    BORDER-BOTTOM: medium none;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: yellow
}
