A { text-decoration: none }
A:link {
	color: ##990000;
	text-decoration: none;
}
A:visited {
	color: ##990000;
	text-decoration: none;
}
A:active {
	color: ##990000;
	text-decoration: none;
}
A:hover {
	color: #d51717;
	text-decoration: bold;

}
fieldset {
	color: #4eaad5;
	text-decoration: none;
	background-color: #6c79d7;
}

