@charset "utf-8";
/* CSS Document */
<!--
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #ff99cc;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #ffffff;
	font-size: 10px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.style6 {
	font-size: 18px
}
.style7 {color: #f6ec86}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcccc;
	text-indent: 10px;
	background:#660033;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #ff99cc;
	text-decoration: none;
}
a:visited {
	color: #ff99cc;
	text-decoration: none;
}
a:hover {
	color: #f6ec86;
	text-decoration:underline;
}
a:active {
	color: #ff99cc;
	text-decoration: none;
}
body {
	background-color: #330033;
}
-->

