body{
	margin: 40px 10% 100px 10%;
	      /*top right bottom left*/
	background-color:#ff9933;
}
h1, h2{
	font-family: verdana;
}
h1{
	color:white;
	font-size: 5em;
}
	h2{
	color:#cc6600;
}
p{
	font-family: 'gill sans';
	line-height: 20px;
	font-size: .9em;
	color: #331a00;
	 
}
a{
	font-family: 'gill sans';
	background-color: #cc6600;
	text-decoration: none;
	
}
a:link{
	color: white;
}
a:visited{
	color: gray;
}
a:hover{
	color: red;
}
a:active{

	color: black;
}
img{
	float:right;
	margin: 0 0 50px 25px;
}