
/* TYPOGRAPHY.CSS */

/* dark green #014901 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5;
	color: #333;
}

a {
	color: #014901;
	text-decoration: underline;
}

a:visited {
	color: #014901;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a img {
	padding: 4px;
	border: 1px solid #2E719E;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 2em;
}

li {
	margin-bottom: .75em;
}

h1 , h2{
	
	
	color:#6d1862;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

h3 {
	font-weight:normal;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: .75em;
	font-style: italic
	}


h4 {
	font-size: 1.166667em;
	line-height: 1.5em;
}


img.left {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	clear: right;
	margin: 0 0 0px 0px;
}






