a:link {
	text-decoration:underline;
	color :#1155CC;
}

a:visited {
	text-decoration:underline;
	color :#1155CC;
}

a:active {
	text-decoration:line-through;
	color :Black;
}

a:hover {
	text-decoration:none;
	color: #096ACC;

}
