A.HrefTypeLink {
	 color:#333333;
	 text-decoration: none;
	  font-weight:bold;
}
A.HrefTypeLink:link {
	 color:#333333;
	 font-weight:bold;
	 
}
A.HrefTypeLink:hover {
	 color:red;
}
A.HrefTypeLink:active {
	 color:red;
}
A.HrefTypeLink:focus {
	 color:red;
}



A.HrefItemsList {
	 color:#333333;
	 text-decoration: none;
	  font-weight:bold;
}
A.HrefItemsList:link {
	 color:#333333;
	 font-weight:bold;
	 
}
A.HrefItemsList:hover {
	 color:red;
}
A.HrefItemsList:active {
	 color:red;
}
A.HrefItemsList:focus {
	 color:red;
}