/* _______________ Menu _______________ */	.menuOptions {	font-family: Genetica, Geneva, Tahoma, Arial, Verdana;	font-weight: plain;	font-size: 10px;	color: #666666;	padding-left: 16px;	}	.menuLink {	text-decoration: none;	}a.menuLink:link {	color: #000000;	}a.menuLink:visited {	color: #000000;	}a.menuLink:active {	color: #CC6699;	}a.menuLink:hover {	color: #CC6699;	background: #000000;	}	/* _______________ Content _______________ */.contentText {	font-family: Verdana, Arial;	font-weight: plain;	font-size: 11px;	color: #333333;	}