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

	html, body {
		background-color: #BBBBBB;
		background-position: top left;
		background-image: url(../images/backgrounds/background6.jpg);
	}
	a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:hover {
		color: #687991;
		text-decoration: none;
	}
	a:active {
		color: #FFFFFF;
	}
