body{
	color: #318e02;
	font-size: 9px; 
	text-align: left;  
	cursor: crosshair;
	font-family: Verdana; 
	background: #e4f0c0;
	}

.content {
	padding-left: 5px;
	padding-right: 5px;
	background: #f3f9ef;
	}
	
blockquote {
	width: 200px; 
	padding: 10px;
	background: #e4f0c0;
	border-left: 5px #318e02; 
	}

.italic, i {
	color: #318e02;
	}
	
.bold, b {
	color: #318e02;  
	}
	
.underline, u {
	color: #318e02;  
	}

h1 { 
	height: 23px; 
	color: #318e02;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	letter-spacing: 3px;
	background: #e4f0c0;
	font-family: Tahoma;  
	text-transform: uppercase;
	}

td 	{
	font-size: 9px;
	}

table{  
	border: 1px solid; 
	font-family: Verdana;
	}

a.navi:link, a.navi:visited {
	color: #e6f1c7; 
	margin-left: 2px; 
	margin-right: 2px; 
	font-size: 12px;
	font-family: Verdana;
	text-transform: uppercase;
	}	

a.navi:hover {
	color: #b1d18e; 
	margin-left: 2px; 
	margin-right: 2px; 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-transform: uppercase;
	}	
	
a:link, a:visited {
	color: #78c057;
	cursor: crosshair; 
	}

a:hover	{
	color: #376422;
	cursor: crosshair; 
	}

input, textarea {
	font-size:9px; 
	color: #318e02;
	font-family: Verdana; 
	border: 1px dotted #336921;
	background-color: #f1fde9;
	}