* {
        font-family: verdana, arial, helv;
        font-size: 11 px;
        color: #415200;
}

a{
		font-size: 11px;
		text-decoration: none;
		color: #415200;
 }

a:hover {
		font-size: 11px;
		text-decoration: underline;
		color: #415200;
 }
a.nav{
		font-size: 11px;
		text-decoration: underline;
		color: black;
 }

a.nav:hover {
		font-size: 11px;
		text-decoration: none;
		color: black;
 }

h1 {
        font-size: 14px;
        color: #415200;
        text-align: right;
}

h2 {
        font-size: 12px;
        color: #415200;
        text-align: right;
		margin-bottom: 0px;
		text-align: left;
}

a.menu{
		font-size: 11px;
		text-decoration: none;
		color: white;
		font-weight: bold;
 }

a.menu:hover {
		text-decoration: none;
		color: #DDE5BB;
 }

span.big {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin:5px;
}