		/* standard href's 
				defined here*/
				
A:ACTIVE {
	COLOR: #754F75;
	TEXT-DECORATION: none;
	font-weight: 600;
	background: url(dot.gif) repeat-x bottom;
}
A:LINK {
	COLOR: #754F75;
	TEXT-DECORATION: none;
	font-weight: 600;
	background: url(dot.gif) repeat-x bottom;
}
A:VISITED {
	COLOR: #754F75;
	TEXT-DECORATION: none;
	font-weight: 600;
	background: url(dot.gif) repeat-x bottom;
}
A:HOVER	{
	COLOR: #CC0000;
	font-weight: 600;
	border-bottom: 1px solid #CC0000;
	background: none;
}	
