/* CSS Document */

a {
	color: #6E6E6E;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #B0B0B0; 
	text-decoration: none;
} 
a:hover { 
	text-decoration: underline;
} 

