@charset "UTF-8";
.style1:link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.style1:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.style1:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.style1:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.style2:link {
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}

.style2:visited {
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}

.style2:active {
	font-size: 13px;
	color: #000099;
	text-decoration: none;
}

.style2:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}