html, body {
      height: 100%;
      margin: 0; /* Remove default margin for consistent full-page coverage */
      padding: 0px /* Remove default padding */
    }
body {
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-position:  center center;
	background-color: #33ccff;
	opacity: 0.99;
	background-image: url(../images/beach02.jpg); 
	background-repeat: no-repeat;
	background-size: cover; /* Scale the image to cover the entire container */
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: white;
}

a:link, a:visited {
	color: green;
}
a:hover{
	color: yellow;
}


