@charset "UTF-8";
.links_I {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #990066;
}	
.links_I:link {
	text-decoration: none;
}
.links_I:visited {
	text-decoration: none;
	color: #990066;
}
.links_I:hover {
	text-decoration: underline;
	color: #990066;
}
.links_I:active {
	text-decoration: none;
	color: #990066;
}

