@charset "utf-8";
/* CSS Document */

body {
	background-color: #66CC99;
	margin:0;
	padding:0;
	
}
body {
	background-image: url(images/bg.jpg);
	margin:0;
	padding:0;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
}
.style4 {
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {
	color: #FF0000;
	font-size: 20px;
}

a {
	text-decoration:none;
	font-size:20px;
	color: #FFFFFF;
}
a:active {
	color: #993300;
}
a:hover {
	color: #FF0000;
}

table,tr,td,th {
	border:none;
}