﻿a:link {

	text-decoration: none;
}
a:visited {
	color: 1c4060;
	text-decoration: none;
}
a:hover {
	color: CC1E0C;
	text-decoration: none;
}
a:active {
	color: 1c4060;
	text-decoration: none;
}


.sol a:link {
        color: white;
	text-decoration: none;
}
.sol a:visited {
	color: white;
	text-decoration: none;
}
.sol a:hover {
	color: F2D50F;
	text-decoration: none;
}
.sol a:active {
	color: white;
	text-decoration: none;
}
