/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #313D0B;
	color: #FFFFFF;
	font: 12px Arial, "Times New Roman", Times, serif;
}

a {
	color: #990033;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
		color: #FF0000;
}

#Men {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

#Men a:link {
	text-decoration: none;
	color: #0000EC;
}

#Men a:visited {
	text-decoration: none;
	color: #0000EC;
}

#Men a:hover {
	text-decoration: underline;
	color: #990033;
}
