
/* Josef Becker, http://www.helpmaster.coml*/
A.myMenu {
	 text-decoration: none;
	 }

/*
Here's an example: <body bgcolor="#000015" text="#000020" link="#000050" vlink="#000050" alink="#000050">

And here's an outline of the scheme:

    * <body bgcolor="#code"> for background color
    * <body text="#code"> for color of text (all non-hyperlinked items)
    * <body link="#code"> for color of unvisited links
    * <body vlink="#code"> for color of visited links
    * <body alink="#code"> for color of active links (while being selected)

*/
body{
	background-color : #ffffff;
/*	margin-bottom : 10px; /* */
/*	margin-top : 10px; /* */
	}

p,h3,h4,div,td,center{
	Font-Family : Verdana, Arial, Helv, Helvetica, sans-serif ! important;
/*	font-size : 80%  ! important; /* */
	}


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 : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}


a:visited{
	color : Navy;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}


a:active{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}


a:hover{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif ! 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 : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}

A.On:visited{
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}

A.On:hover{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	background: transparent;
	text-decoration : underline;
	}

A.Off:link{
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}

A.Off:visited{
	color : white;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	text-decoration : none;
	}

A.Off:hover{
	color : Red;
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	background: transparent;
	text-decoration : underline;
	}
