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

a {
	text-decoration: none;
	font-family:"century gothic";
	color: #B73066;
	font-size:18px;
	font-style:normal;
	line-height: 28px;
}

a.current {
	text-decoration: none;
	font-family:"century gothic";
	color: #B73066;
	font-size:18px;
	font-style:normal;
	line-height: 28px;
	font-weight:bold;

}

a.inline {
	text-decoration: none;
	font-family:"century gothic";
	color: #B73066;
	font-size:12px;
	font-style:normal;
	line-height: 12px;

}

a:hover {
	text-decoration: none;
	color:#B73066;
	font-weight:bold;

}


