<style type="text/css">

a { text-decoration: none; }
a:link.men {
	background-color : white;
	font : menu;
	color : ivory;
	text-decoration : none;
	margin-right : 18px;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 2px;
	padding-right : 12px;
	border-top : 3px double red;
	border-left : 0px solid silver;
	border-right : 0px solid black;
	border-bottom : 3px double red;
		}

a:visited.men {
	background-color : ivory;
	font : menu;
	color : ivory;
	text-decoration : none;
	margin-right : 18px;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 2px;
	padding-right : 12px;
	border-top : 3px double red;
	border-left : 0px solid silver;
	border-right : 0px solid black;
	border-bottom : 3px double red;
		}

a:hover.men {
	background-color : floralwhite;
	font : menu;
	color : red;
	text-decoration : none;
	margin-right : 18px;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 2px;
	padding-right : 12px;
	border-top : 1px double red;
	border-left : 0px solid silver;
	border-right : 0px solid black;
	border-bottom : 1px double red;
		}

span { color : black; }

</style>
