@namespace url(http://www.w3.org/1999/xhtml);

/*
Name: Colored links
Version: 1.2
Author: ELV1S
Description: перекрашивает цвет ссылок
*/

a[href] {
	color: #004c99 !important; 
	text-decoration: underline !important; 
	border-bottom: none !important; 
	background: none !important;
}
a[href]:visited,
a[href]:active {
	color: #804d80 !important;
}
a[href]:hover,
a[href]:focus {
	color: #900 !important; 
}
