A {
  	text-decoration: none; 		
	color: #716119;
}

A:hover {
  	text-decoration: Underline; 		
	color: #716119;
}
<!--Verdana, Arial, Helvetica, sans-serif-->
input,select,textarea {  

	font-family:  Arial;
	font-size: 8pt; 
	color: #FF0000; 
	text-decoration: none; 
	background-color:#cccccc;
}

.mainFont {
	font-family: Arial;
	font-size: 12px;
}

.HeaderFont {
	font-family: Arial;
	font-size: 12px;
	color: #DA2224;
	font-weight: bold;
}

.small {
	font-family: Arial;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}

.smallFont {
	font-family:Arial;
	font-size: 10px;
}

.smallFont2 {
	font-family:Arial;
	font-size: 12px;
}

.errFont {
	font-family: Arial;
	font-size: 11px;
	color : #FF0000;
}


