body {
background-color: #f2d8a1;
font-size: 14px;
font-family: Tahoma;
color: white;
}

#text {

border-width: 1px;
border-style: solid;
border-color: black;
background-color: transparent;
color: white;
margin: 3px;
padding: 2px;
}

#select {

border-width: 1px;
border-style: solid;
border-color: black;
background-color: transparent;
color: black;
margin: 3px;
padding: 2px;
}

td {
font-size: 12px;

}

  
a:link              { color:white; text-decoration:none; }
a:visited           { color:white; text-decoration:none; }
a:hover             { color:orange; text-decoration:none; }
a:active            { color:red; text-decoration:none; }


