a:link {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}
.mainBack {
	background-attachment: fixed;
	background-image:  url(commonAssets/Walleye.jpg);
	background-repeat: no-repeat;
	background-position: center 45px;
}
.waveBack {
	background-attachment: fixed;
	background-image: url(commonAssets/waves.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navBack {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
