/* CSS Document */
.style2 {font-size: small; color: #000000; }
.style3 {	color: #000000;
	font-weight: bold;
}
.style4 {	font-size: x-large;
	font-weight: bold;
}
body {
	background-image:  url("images/background.gif");
	color: #0FFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #000FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
