A:link { color:#003399; } 
A:visited { color:#003399; } 
A:hover { color:red; text-decoration:underline; }

body {
  margin: 0px;
}

.button
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    CURSOR: pointer;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif
    BACKGROUND-COLOR: #e8e8e8
}
.TextBox
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif
    BACKGROUND-COLOR: #ffffff
}
INPUT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif
}
SELECT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif
}
TEXTAREA
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif
}

.dot-on { color: red;  }
.dot-off { color: white; }

#dotDiv {position:absolute; }