a				{ text-decoration: none; }

a:hover			{ text-decoration: underline;
			  	  color: #184ca2; }
			  
.form-button-go	{ font-size : 10px;
				  font-family : Verdana, Arial;
				  font-weight : bold;
				  color : White;
				  background-color : Red;
				  text-align : center;
				}
