@charset "UTF-8";
/* MAGENTA */

a:link {
	color: #ED008C;
	text-decoration: none;
	}
a:visited {
	color: #ED008C;
	text-decoration: none;
	}
a:hover {
	color: #F287B7;
	text-decoration: underline;
	}
a:active {
	color: #ED008C;
	text-decoration: none;
	}

#subnavleft {
	background-color: #ED008C;
}

#subnavleft li.lite {
	background-color: #F287B7;
}
