@charset "utf-8";
.link {color: #F05579}
a:link {
	text-decoration: none;
	color: #F0567A;
}
a:visited {
	text-decoration: none;
	color: #F0567A;
}
a:hover {
	text-decoration: underline;
	color: #F0567A;
}
a:active {
	text-decoration: none;
	color: #F0567A;
}


.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
}
.bodytextonturquoise {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
