
/* Josef Becker, http://www.helpmaster.coml*/
A.myMenu {
	 text-decoration: none;
	 }

h1{
/*	color : #cccccc; /* */
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 200%;
	}


h2{
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	font-size : 160%;
	}

a:link{
	color : Blue;
/*	font-family : monospace ! important; /* */
	text-decoration : none;
	}


a:visited{
	color : Navy;
/*	font-family : monospace ! important; /* */
	text-decoration : none;
	}


a:active{
	color : Red;
/*	font-family : monospace ! important; /* */
	text-decoration : none;
	}


a:hover{
	color : Red;
/*	font-family : monospace ! important; /* */
        text-decoration : underline;
	}

a.on {
	background-color : green; /* #a0ff00;*/
	text-decoration: none;
/*	font-size : 60%  ! important; /* */
	}

a.off {
	Font-Family : Verdana, Arial, Helv, Helvetica, sans-serif ! important;
	background-color : Red;
	text-decoration: none;
/*	font-size : 60%  ! important; /* */
	padding: 1en 1en;
	}

a.on:link {
	color : white;
	font-family : monospace ! important;
	text-decoration : none;
	}

a.on:visited{
	color : white;
	font-family : monospace ! important;
	text-decoration : none;
	}

a.on:hover{
	color : Red;
	font-family : monospace ! important;
	background: transparent;
	text-decoration : underline;
	}

a.off:link{
	color : white;
	font-family : monospace ! important;
	text-decoration : none;
	}

a.off:visited{
	color : white;
	font-family : monospace ! important;
	text-decoration : none;
	}

a.off:hover{
	color : Red;
	font-family : monospace ! important;
	background: transparent;
	text-decoration : underline;
	}
