body {
font: normal 13px "Trebuchet MS",verdana, times, serif;
text-decoration: underline;
COLOR: #0000C4;
}

a:link, a:visited, a:active {
font: normal 13px "Trebuchet MS",verdana, times, serif;
text-decoration: underline;
COLOR: #FF0000;
}

a:hover {
text-decoration: none;
background-color: #0000C4;
color: #FFFFFF;
}



input {
background-color: #FFFFFF;
border: 1px #0000C4 solid;
color: #0000C4;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
margin-left: 1px;
width: 200
}


select {
background-color: #FFFFFF;
border: 1px #0000C4 solid;
color: #0000C4;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
margin-left: 1px
}

textarea {
background-color: #FFFFFF;
border: 1px #0000C4 solid;
color: #0000C4;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
margin-left: 1px
}