A  {
	color : #319CFF;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font : bold;
}
a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

a.link {
	color: White;
	text-decoration: none;
	font-weight : bold;
}  

.link:visited { 
	color: White;
	text-decoration: none;
	font-weight : bold;
}

a.base {
	color: Blue;
	text-decoration: none;
	font-weight : bold;
}  
.base:hover{
	color: Blue;
	text-decoration: none;
	font-weight : bold;
}

.base:visited { 
	color: Blue;
	text-decoration: none;
	font-weight : bold;
}

BODY  {}

