@charset "UTF-8";
 
 body


		 {margin: 60px 0px 0px 60px;
		 background:  url(images/beach.jpg) no-repeat center center;
  background-size: cover;
font-family: sans-serif;}


p {font-weight: bold; max-width: 40em}
h1 {color: lightpink;}
h2 {color: lightblue;}

footer {color: white; text-align: center; font-weight: bold;}

a:link {color: black;} 
a:visited {color:white;} 
a:hover {color: rgb(200,0,180);} 
a:active {color: red; background-color: rgba(255,255,0,0.3);}