@charset "UTF-8";
.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
}
a:link {
	font-weight:bold;
	color:#0066FF;
	text-decoration:none
}
a:visited {
	font-weight:bold;
	color:#0066FF;
	text-decoration:none
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
a:hover {
	font-weight:bold;
	color: #FF3399;
	text-decoration:none
}
head1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
}

