/* font size and background fix for single html page */


body {margin:0; padding:0;font-family:verdana, arial, 'trebuchet ms', sans-serif; font-size:1.0em;}	


p{	margin:10px 0px;} 

/* Headers  */
 h1{font-size:1.8em;color:#cf5f2e;font-weight:normal;border-bottom:1px solid #cf5f2e;padding-top:10px;margin-bottom:10px; }
 h2{font-size:1.3em;color:#2C3030;font-weight:bold;margin-top:1.5em;margin-bottom:0.8em;}

 /* content area wrappers */	 
	
.module-content  { padding: 0;margin:0 1em 0 1em;font-size:0.8em;text-align:left;}
.module-content  p{margin:10px 0 10px 0;}


a:link {color: #003366;text-decoration: underline;}
a:visited {color: #330066;text-decoration: underline;}
a:hover {color: #3366cc;text-decoration: underline;}
a:active {color: #003366;text-decoration: underline;}


.bold{font-weight:bold;}
.italic{font-style:italic;}

