body	{
		font-family: arial, sans-serif;
		background: black;
		background-image: url(images/bgWater.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		color: white
}

A:hover {
	color: grey
}

A {
	color: orange;
	text-decoration: none;
	font-weight: bold
}
