	* {}
	
	html { 
		background-color: #7D1405;
		/*
 		background: url(bg.jpg) no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-webkit-background-attachment: initial;
  		-webkit-background-size: 100%;
  		-moz-background-size: cover;
 		-o-background-size: cover;
 		background-size: cover;
 		*/
		}
		
	body {}

	#grandpa {width: 960px; margin:auto;}
	
	.content {	
				font-family: 'Cabin', sans-serif;
				font-size: 20px;
				background: rgb(255, 255, 255); 
				background: rgba(255, 255, 255, .5); 
				padding: 10px;
				border-radius: 3px;
				margin-top: 10px;
			  }
	
	a.header {color: white; text-decoration:none;}
	
	/* 
	a.header:link {color: #F59486; text-decoration:none;}
	
	a.header:visited {color: #F59486; text-decoration:none;}

	a.header:hover {color: #F59486; text-decoration:none; text-shadow: 0 0 12px white; text-shadow: 0 0 30px white;}

	a.header:active {color: #F59486; text-decoration:none;}
	*/
	
	.header {position: relative; top: 60px; font-family: 'Playfair Display', serif; font-size: 45px; /*text-shadow: 0 0 12px white;*/}
	
	/* #address {display: none;} 
	
	#email:hover #address {display: inline;} */
	
	