/* 
Author nativeBrand Ltd (www.nativebrand.com)
*/

html { min-height: 100%; height: auto; } /*footer margin fix FF*/
 
body {	
	text-align: center; /*to center old IE browsers*/
	margin: 20px 0 10px 0; 
	padding: 0;
	color: #000;
	background: #95B415;
	font-size: 0.75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
}

textarea, input { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:1em; }

h1 {font-size:170%;}
h2 {font-size:160%;}
h3 {font-size:150%;}
h4 {font-size:140%;}
h5 {font-size:130%;} 

ul li { padding: 3px 0; }

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

a:hover { text-decoration: none; }
	