/*
Gardena.Net

Str. Dursan 27
I-39047 S. Cristina (BZ)
Tel. +39 0471 790007
Fax +39 0471 790006
Email: info@gardena.net
http://www.gardena.net

*/

/* SCREEN STYLE */

body {
	margin: 0px;
	padding: 0px;
	background-color: gray;
	color: white;
}

body, table {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/* MENU */

a.menu:link, a.menu:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline
}

a.menu:hover, a.menu:active {
	text-decoration: underline;
	color: white;
}

a.menusel:link, a.menusel:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;}

a.menusel:hover, a.menusel:active {
	text-decoration: underline;}
