A:link {
color:#FF9966;
text-decoration: bold
}
A:visited {
color:#FF9966;
text-decoration: bold
}
A:hover {
color:#3333FF;
text-decoration: underline
}
.inputError {
	border: thin solid #FF0000;
}