body {
	background-attachment: fixed;
	background-image: url(images/sailboat.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
