@charset "utf-8";
/* CSS Document */

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.style5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CC3300;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
    color: #CC0000;
	text-decoration: none;
}
a:hover {
color: #3300FF;
	text-decoration: none;
}
a:active {
color: #CC0000;
	text-decoration: none;
}