@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

body {
	color: #551d02;	/* dark brown from sidebar */
	font-family: "Didact Gothic", Georgia, Verdana, sans-serif;
	font-size: 110%;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
a {
	color: #e27e17;	/* #fd8d1a orange sampled from banner */
}
.pink {
	color: #fe5ba0;	/* Pink sampled, then a little darker for text: #fe5ba0 */
}
.brown {
	color: #551d02;	/* same dark brown */
}

