a {
text-decoration: none;
}

a:hover {
color:red; text-decoration: underline;
} 

.ul {
text-decoration: underline;
}

input {
color: #FF0000; background-color:#FFFFFF; text-align: left;
}

option{ 
color: #FF0000; background-color:#FFFFFF; text-align: left;
}