/* CSS Document */

/* These definitions for all general links on any page*/
a:link {
	color:#333333;
	text-decoration: none;
}
a:active {
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#CCCCCC;
	text-decoration: none;
	}

/* These definitions for JUST the highlighted text links*/
.highlight_text a:link {
	color:#333333;
	text-decoration: none;
}
.highlight_text a:active {
	color:color:#CCCCCC;
	text-decoration: none;
}
.highlight_text a:visited {
	color:#ffffff;
	text-decoration: none;
}
.highlight_text a:hover {
	color:#CCCCCC;
	text-decoration: none;
	}