A:link, A:active {
text-decoration	:	none;
color		:	#000000;
background	:	transparent;
}
A:visited {	
color		:	#000000;
background	:	transparent;
text-decoration	:	none;
}		
A:hover {	
color		:	#0000FF;
background	:	transparent;
text-decoration	:	none;
}

.theForm {
background: #8BC3FF;
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
}
.theForm li {
background: #FFFFC6;
}