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


<!--
html, body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-image:url(BG.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {color: #000000}
a:link {
	color: #F30;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}
-->

