a:link.men {
	width : 150px;
	background-color : blue;
	font: normal 70%/90% Verdana;
	letter-spacing : 2px;
	text-decoration : none;
	color : white;
	font-weight : normal;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
		}

a:visited.men {
	width : 150px;
	background-color : green;
	font: normal 70%/90% Verdana;
	letter-spacing : 2px;
	text-decoration : none;
	color : white;
	font-weight : normal;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
		}

a:hover.men {
	width : 150px;
	background-color : red;
	font: normal 70%/90% Verdana;
	letter-spacing : 2px;
	text-decoration : none;
	color : white;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
		}