@charset "utf-8";
/* Best to keep css specific to each document separate from css for the template */


body {
	background-color: #dddddb;
	color: #000;
	background-image: none;
	/*	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; */
	
	font-size: 1em;
}



.underscore {
color: #930;
text-decoration: underline;
	
}


.boxBorder
{
	border: medium solid #36C;
}

.module {
	font-size: 1em;

}

footer {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size:1em;
}

	
}