/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(204,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	color: rgb(204,255,255);
 	font-style: italic
}

A:visited {
	color: rgb(204,255,255);
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	color: rgb(212,255,255);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none 
}