.menue, body{
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 0px;
	padding-right : 0px;	

}

.menue table {
	background : #E6E6E6;
}
.menue A:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : 300;
	font-size : 12px;
	text-decoration : none;
}

.menue  A:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : 300;
	font-size : 12px;
	text-decoration : none;
}
.menue  A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : 300;
	font-size : 12px;
	text-decoration : none;
}

.selected A:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

.selected  A:active{
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}
.selected  A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #308F5B;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

