﻿

/* Styles */


strong
{
font-weight: bold;
}

em
{
font-style: italic;
}

/*h1 h2 h3 h4 */
h1,h2,h3,h4,h5,h6,h7 {
	color:#238B19;
	}

#contenttext {
	font-family:Verdana, Geneva, Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:800;
	color:#238B19;
}



/* Navigation */

#navigation ul {
 list-style-type:none;
 display:block;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color:transparent;
}
#navigation a {
	color: #218717;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #218717;
	background:transparent;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}


