/*@import url(http://fonts.googleapis.com/css?family=Bree+Serif);*/

body { 
  font-family: 'Bree Serif', 'Open Sans', sans-serif;
  color: #000;
  background-color: #93b75d; /*794*/
}

a {
	color: white;
}

h1 {
	/*background-color: #5a27ed;*/
	color: white;
	font-size: 16pt;
}
div.h2 {
	background-color: #c3ab51;
	padding: 5px 8px;
	font-size: 14pt;
	margin: 10px 0px 10px 0px;
}
div {
	padding: 2px 22px 6px;
	font-size: 13pt;
	line-height: 1.4;
}


footer {
	clear: both;
	padding: 0 15px;
}
