body {
	
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(pics/backgroundseadoo.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #66CCFF;
	font-size: 12px;
	font-weight: normal;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	font-style: normal;

	text-decoration: none;
	a:hover{color:#white; background-color: #669900}
   	a:link{color:blue}
a:visited{color:purple}
a:active{color:red}

}

html{
	
	background-image: url(pics/dolphinbackground.jpg);
	background-attachment: fixed;
	
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AE8A74;
	background-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
