@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg1.jpg);
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {color: #FFFFFF}
.style3 {color: #88B3D1}
a:link {
	color: #88B3D1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #88B3D1;
}
a:hover {
	text-decoration: underline;
	color: #88B3D1;
}
a:active {
	text-decoration: none;
	color: #88B3D1;
}
