body, td { 
font-size:		12px;
font-family:	arial, helvetica, gillsans;
}

a:link, a:visited, a:active, h3 {
font-family:	arial, helvetica, gillsans;
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}


.title {
font-size:		16px;
font-weight:	bold;
font-family:	arial, helvetica, gillsans;
text-decoration:	underline;
color: 		green;
}

.quote {
font-size:		14px;
font-weight:	bold;
color:		darkblue;
font-family:	arial, helvetica, gillsans;
}

.mid {
font-size:		14px;
font-family:	arial, helvetica, gillsans;
width:		300px;
color:		green;
}

.fish {
position:		relative;
top:			-35px;
left:			5px;
z-index:		3;
}

.fish2 {
position:		relative;
top:			20px;
left:			5px;
z-index:		3;
}
#apDiv1 {
	position: absolute;
	float:left;
	width:200px;
	height:150px;
	z-index:4;
	top:240px;
	left: 55%;
	}
div.middle {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  padding:20px;
}

