/* CSS Document */

body {
	background-color: #678BBA;
	background-image: url(bkg.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	color:#000000;
	
