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