/*this is the css file for the dolphin styles*/
body
{
	background-image:   url(back-dolphin-faded.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;

}
.back
{
	background-image: url(back-dolphin-faded.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
body, div, td, p
{
font-family: Arial;
font-size: 14px;
}

h1
	{
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		padding: 3px;
		text-align: center;
	}
.prices th
	{
		background-color: #00CCFF;
		color: #FFFFFF;
		text-align: left; 
	}
