/* CSS Document */

body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
ul { margin-top:0; margin-bottom: 15px}
li { margin-bottom:5px; line-height:1.3; }
h1 { 
	font-weight:normal; font-size:160%;
	margin:0 0 12px 0; padding:0; color:#87b811;
}
h2 { font-size:135%; font-weight:normal; padding:0; margin: 18px 0 8px 0; }
h3 { font-size: 110%; padding:0; margin: 0 0 5px 0; }
p { margin:0 0 10px 0; padding:0; line-height:1.3; }
a { color:#333333; text-decoration:underline }
a:hover { text-decoration:none }

.greenText { color:#87b811; }
.darkBlueText { color:#271e65 }
.blueText { color:#66bee4 }
