/* CSS Document */

body {
	margin-top: 100px;
	background-attachment: fixed;
	background-color: #F6F0D8;
}
#mainSection {
	width: 700px;
	background-color: #FFFFFF;
	border: 10px solid #66CC66;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
#mainSection a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 5px;
	background-color: #FF6600;
	font-weight: bold;
}
#mainSection a:hover {
	background-color: #000066;
}

