@charset "UTF-8";
a {
	color: #FF3366;
	text-decoration: none;
}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}
a:visited {
	color: #FF6699;
}
.credit {
	font-size: 12px;
	line-height: 14px;
}
.comment {
	font-size: 12px;
	color: #333333;
}
.noframes {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 10px;
}

