@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #F5F5F5;
	
	color: #3F2860;
	
	font-family: Georgia; 
	
}

header {
	
	background-color: #9BC1C2;
	
	text-align: center; 
	
}

h1 {
	
	line-height: 2
	
}

nav {

	font-weight: bold; 
	
	text-align: center; 
	
}

nav a {
	
	font-style: normal;  
	
	text-decoration: none; 
	
}

.studio {
	
	font-style: italic;
	
}

footer {
	
	background-color: #9BC1C2;
	
	font-size: 0.60em; 
	
	font-style: italic; 
	
	text-align: center; 
	
}

id wrapper {
	
	width: 80%;
	
	margin-right: auto; 
	
}


