@import url("cci_layout.css");

body a:link
{
	color: Black;
}

#biglink a:visited
{
	color: Black;
	border: Black;
}

#biglink a:link
{
	color: Black;
	border: Black;
}


#menu a:hover { /* Hover Styles */
	color: green;
}

.menu_item a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: white;
}

.menu_selected a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	color: Green;
}

.menu_selected a:link
{
	color: White;
}

.menu_item a:link
{
	color: White;
}

a:link img, a:visited img {border-style: none}

a img {color: black} /* The only way to hide the border in NS 4.x */
