@charset "utf-8";
.style1 {color: #666666}

body {
	font-family: Calibri, Arial, sans-serif, Verdana, Tahoma;
	font-size: 12px;
}
a {
	font-weight: bolder;
	color: #006699;
	text-decoration: none;
	border: 1px none #333333;
}
.style1 a {
	font-weight: bold;
	color: #666666;
}
.style1 a:hover {
	font-weight: bold;
	color: #66CC33;
}
a:hover {
	font-weight: bolder;
	color: #FF6600;
	text-decoration: underline;
}

