@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCCCCC;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	color: #CC3300;
	font-weight: bold;
}
.style5 {
	color: #0033FF
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCF4A;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style6 {
	color: #0000FF
}
.style7 {
	color: #FFFFFF
}