	
	body {
		
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 10%;
		margin-right: 10%;
		}
	
	.content {
	background: White;
			padding-left: 2%;
			padding-right: 2%;
		border:5px solid;
		border-color: #EBA22D;
}
	
		
	h1 {
		font-size: xx-large;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		color: #D2691E;
}


	.banner h1 {
		font-size: larger;
		padding:2% 2% 2% 2%;
		background-color: Silver;
		}
		a:link {text-decoration: underline; color: blue; background: white;
}
a:visited {text-decoration: underline; color: #333399; background: white;
}
a:hover {text-decoration: none; color: black; background: silver;

