@charset "UTF-8";
/* CSS Document */

/* links */

#contact a, #contact a:visited {
	color:#f57fc5;
	text-decoration:none;
	font-weight:bold;
}

#contact a:hover {
	color:#ec008c;
	text-decoration:underline;
	font-weight:bold;
}