@charset "UTF-8";
/* CSS Document */
/*gaps = new teaching elements */
body{
	background-color:#F9EFD7;
}

#wrapper{
	max-width:960px;
	
	margin:0 auto;
	
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#743321;
}

a{
	color:#743321;
}

/* Google font: */
h1, h2{
	font-family: 'Amatic SC', cursive;
}
	
h1{
	font-size:4em;
}
p{
	font-size:1.2em;
}
.lightbrown{
	color:#C7470E;
}

.fed{
	font-weight:bold;
}