a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold
}
a:active {
	color: #666666;
	text-decoration: none;
}

.linkleft {
	color : #FFFFFF;
	text-decoration : none;
	font-size: 12px;
}
.linkleft:hover {
	color : #660000;
	text-decoration : none;
	font-size: 12px;
	background-color: #FEF4DE;
}
.linkleft1 {
	color : #000066;
	text-decoration : underline;
	font-size: 12px;
}
.linkleft1:hover {
	color : #CC3399;
	text-decoration : underline;
	font-size: 12px;
}
