
A:link      { text-decoration: underline;}
A:visited   { text-decoration: underline;}
A:hover     { text-decoration: none; color: red  }

.submitbutton	{
	font-family: verdana;
	font-size: 12px;
	background: #CE9B45;
	border-bottom: 2px solid Black;
	border-right: 2px solid Black;
	border-left: 2px solid black;
	border-top: 2px solid black;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	height : 22px;
}

.inputAndSelectBox {
	font-family: verdana;
	font-size: 10px;
}