A:hover {
color : blue;
background: none;
}

BODY {
font-family: Tahoma;
/*background-color:f8f8f8;*/
width: 700px;
}
Table{
font-family: Tahoma;
}

.light {
background-color: yellow;
}

.nodec {
text-decoration: none;
background: none;
color: black;
}

/*---- FORM classes ----*/
.button {
font-size: 11px;
font-family: arial;
color: white;
background: Gray;
font-weight: bold;
height: 25px;}

.width4 {
width: 600px;
background : none;
text-align : left;
}

.width4s {
background : none;
color: white;
border : thin dotted Black;
padding : 8px;
letter-spacing: 1px;
}
.margin {
margin-left: 15px;
}

.thevalue {
margin-left: 5px;
color: navy;
}

.nounder {
text-decoration: none;
background: none;
color: Black;
}

.green {
color: green;
background: none;
}

.input {
font-size: 12px;
font-family: tahoma;
color: Navy;
background: none;
}
.select {
FONT-SIZE: 12px;
FONT-FAMILY: arial;
color: black;
background : none;
}

.textBox {
FONT-SIZE: 14px;
FONT-FAMILY: arial;
color: black;
background: none;
}

.cssBorder {
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
PADDING-LEFT: 2px;
}

input,button
{
font-size: 18px;
padding: 2px;
color: #336633; 
font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid;
letter-spacing:1px;
}
