@charset "utf-8";
.style8 {
	font-size: large;
	font-weight: bold;
	color: #CCCCCC;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0099;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	color: #FF0000;
}
h2 {
	font-size: 12px;
	color: #FF0000;
}
