body {  
  background: url(https://farm3.staticflickr.com/2881/9706974939_ffef60bbed_o.jpg) no-repeat center center fixed;  
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
  color: #000000; 
  font-size: 11px; 
}    
 
.head { 
  background-color: #ffffff; 
  color: #000000; 
  text-align: center; 
  width: 500px; 
  padding: 10px 50px; 
  opacity: 0.8; 
  font-family: 'Cedarville Cursive', times; 
  font-size: 57px; 
  font-weight: lighter; 
  letter-spacing: 20px;
  margin: 10px auto;
} 

.main { 
  background-color: #ffffff; 
  color: #000000; 
  text-align: justify; 
  width: 500px; 
  padding: 30px 50px; 
  font-family: 'Pontano Sans', sans-serif; 
  line-height: 17px; 
  opacity: 0.8; 
  display: block;
  margin: 10px auto;
} 
      
.menu { 
  position: fixed; 
  background-color: #ffffff; 
  padding: 10px; 
  float: left; 
  opacity: 0.8; 
  font-family: 'Pontano Sans', sans-serif; 
} 

a { 
	font-family: 'Pontano Sans', sans-serif; 
	color: #000000; 
	text-decoration: none; 
	padding: 2px; 
} 
 
a:hover { 
  color: #ffffff; 
  background-color: #A0C1DB; 
  transition: 1.5s; 
  text-shadow: 2px 2px #000000; 
} 

.quote { 
  text-align: right; 
} 

.tline { 
  border-top: 1px dotted; 
} 

.title { 
  font-family: "Cedarville Cursive", times; 
  font-size: 20px; 
  line-height: 15px; 
} 

.rititle { 
  font-family: "Cedarville Cursive", times; 
  font-size: 20px; 
  line-height: 15px; 
  float: right; 
} 
      
.creds {
  font-size: 10px;
}
    	