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

body {
	background-color: #659ED2;
	background-image: url(background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
