/* CSS Document */
a:link {
	color: #FF6600;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;

	}
a:visited { 
	color: #FF6600;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	}
a:hover { 
	color: #000033;
	background-color: #FFFF99;
	text-decoration: underline overline;
	font-size: 14px;
	font-weight: bold;
	}
a:active { 
	color: #333333;
	font-weight: bold;
	}
