a {
	color:#630E0D;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
}
	
a:link {color: #630E0D;}
a:hover {color: #630E0D;}	
/* a:hover {background-color:#eee;} */
a:hover {text-decoration: underline;}

body {
	background-color: #FCB540;
}

#wrapper {
	margin-top: 200px;	
	width: auto;
	position: relative;
}

.title{
	color: Green;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	padding:5px;
	line-height:15px;
	text-align:center;
}

.sub_title{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #630E0D;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	padding:5px;
	text-align: center;
}

.thank_you {
	font: 18px Georgia, sans-serif;
  	color: green;
  	padding-bottom: 6px;
  	margin-bottom: 1em;
	text-align: center;
}

