﻿/* MAIN HTML */
* {
	padding: 0;
}
body {
	background: fff;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	color: #333333;
}

/* LINKS */
a:hover {background:transparent;text-decoration:underline;cursor:pointer;color:#608419;font-weight:bold;} 
a {background:transparent;text-decoration:underline;cursor:pointer;color:#608419;font-weight:bold;} 
a:hover {color:#b3d66f}

/* GENERAL */
img {border:none} 
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clear {height:1%;}
.clear {display:block;}

/* TYPOGRAPHY */
ol {margin:0 0 10px}
ul {margin:0 0 10px}
p {margin:0 0 10px}
h1 {font-size:126%;color:#608419;text-transform:uppercase;font-weight:normal;margin-bottom:3px;padding-left:18px;background:url(images/h2bullet.png) no-repeat 0 1px;}
h2 {font-size:126%;}
h3 {font-size:106%;text-decoration:underline;}
