@charset "utf-8";
/* CSS Document */
.standard {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.head1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #700070;
}
.head2 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #700070;
}
.head3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.liten {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:10px;
}
a:link {
	text-decoration: none;
	color: #700070;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

