@charset "utf-8";
h1 {
	font-size: 16px;
	font-style: normal;
	color: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
A:link    {
	color:#F00;
	text-decoration:none;
	line-height: 20px;
	font-weight: bold;
}
A:visited {
	color:#F00;
	text-decoration:none;
	line-height: 20px;
	font-weight: bold;
}
A:active  {
	color:#FF0;
	text-decoration:none;
	line-height: 20px;
	font-weight: bold;
}
A:hover   {
	color:#FF0;
	text-decoration:none;
	line-height: 20px;
	font-weight: bold;
}
.BlackText {
	color: #000;
}

