
a:link.men {
	background-color : smoke;
	font: normal small-caps 78%/100% Arial;
	font-weight : bold;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 1px ridge red;
	border-left : 1px ridge red;
	border-right : 1px ridge red;
	border-bottom : 1px ridge red;
		}

a:visited.men {
	background-color : smoke;
	font: normal small-caps 78%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 1px ridge red;
	border-left : 1px ridge red;
	border-right : 1px ridge red;
	border-bottom : 1px ridge red;
		}

a:hover.men {
	background-color : #F5F5F5;
	font: normal small-caps 78%/100% Arial;
	text-decoration : none;
	color : black;
	text-transform : capitalize;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 1px ridge red;
	border-left : 1px ridge red;
	border-right : 1px ridge red;
	border-bottom : 1px ridge red;
		}


