@IMPORT url("Menu.css");

BODY
{
	background-image: url("Kitesurfer.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: white;
}

A:hover {
	color: yellow;
	text-decoration: underline;
}

A:link {
	color: yellow;
	text-decoration: underline;
}

A:visited {
	color: fuchsia;
	text-decoration: underline;
}
.noBorderButton {
	margin: 0px;
	border-style: none;
	background-color: black;
	color: white;
	padding: 0px;
	border-width: 0px
}