
A { color: #000000; text-decoration: none; }
A:hover { color: #333333; text-decoration: underline; }

A.under{ color: #000000; text-decoration: underline; }
A.under:hover { color: #333333; text-decoration: underline; }

A.bar { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 11px;
	}
A.bar:hover { color: #666666; text-decoration: none; }

.bar 
	{
	top: -1px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	}

A.footer { text-decoration: none; color: #333333; font-weight: normal; }
A.footer:hover { text-decoration: none; color: #666666; font-weight: normal; }