h1{  
font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
color: white;
margin:0px;}

p{
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	color: white;
	margin:0 0 40px 0px;}

img{
	width: 100%;
	height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;}
  
div{margin:80px;
width:40%;
max-width:500px;
}

a:link {
    color: #9ba39c;
    text-decoration: none;
}

a:visited {
    color: #9ba39c;
    text-decoration: none;
}

a:hover {
    color: #9ba39c;
    text-decoration: underline;
}

a:active {
    color: #9ba39c;
    text-decoration: none;
}