#section {
	width: 720px;
	margin-left: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFEB5A;
	border-right-color: #FFEB5A;
	border-bottom-color: #FFEB5A;
	border-left-color: #FFEB5A;
	padding-right: 15px;
	padding-left: 15px;
}
#section p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#section a {
	color: #FFFFFF;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFEB5A;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #FFEB5A;
}
