/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Modified for Concrete5 by Jordan Lev - http://jordanlev.com */

body {
	font: normal normal normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
    color: #5A554E; 
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
	
}

h2 {
	font-size: 24px;
	
}

p, ol, ul, dl {
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
}

strong {
	color: #4A3E29;
}

a {
	 color: #506C00; 
}

a:hover {
	text-decoration: none;
	 color: #506C00;
}

