body {
	font-family: "Gill Sans MT", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #F4EE9B;
	
	

}

a.button{
	text-decoration:none;
	color:white;
	background-color: #E27F00;
	
}
a.button:hover{
	color:white;
	background-color: #E27F00;
}

h1 {
	font-family: "Gill Sans MT", Arial;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

