
a.menu { /* properties that are the same for all types */
	display:block;
	padding:1px;
	color:red;
	background-color:white;
	text-decoration:none;
	font-weight:bold;
	width:62px; /* 135-1-1 */
/*	border:1px #990000 solid;  */
	margin:2px 0px 0px 0px;
	}

a.menu:link {
	margin:2px 0px 0px 0px;
	color:red;
	}
a.menu:visited {
	color:red;
	}
a.menu:hover {
	color:white;
	background-color:red;
	}
a.menu:active {
	color:#CC0000;
	}
a.menu22 { /* properties that are the same for all types */
	display:block;
	padding:0px;
	color:#66CC00;
	background-color:white;
	text-decoration:none;
	font-weight:normal;
	width:99px; /* 135-1-1 */
/*	border:1px #990000 solid;  */
	margin:0px 0px 0px 0px;
	}

a.menu22:link {
	margin:0px 0px 0px 0px;
	color:#66CC00;
	}
a.menu22:visited {
	color:#66CC00;
	}
a.menu22:hover {
	color:white;
	background-color:#66CC00;
	}
a.menu22:active {
	color:#66CC00;
	}
/* ######################################################################## */

-->
