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

body {
	background-image: url(images/bg2.jpg);
}
.style1 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	color: #FFFFFF;
}

a:link {
	color: #00FF99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00FF99;
}
a:hover {
	text-decoration: none;
	color: #99FF99;
}
a:active {
	text-decoration: underline;
	color: #00FF99;
}
