/* Boats4Africa Boat Styles - CSS Document */
A:link { text-decoration: none; color:#fffff } 
A:visited { text-decoration: none; color:#fffff } 
A:hover { text-decoration: underline; color:#fffff } 
A:link.blue { text-decoration: none; color:#006699 } 
A:visited.blue { text-decoration: none; color:#006699 } 
A:hover.blue { text-decoration: underline; color:#006699 } 

.boat_heading {
	font-family: Verdana;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold
}
.sub_heading {
	font-family: Verdana;
	font-size: 12px;
	color: #006699	
}
.content {
	font-family: Verdana;
	font-size: 12px;
	color: #000000
}
.content_small {
	font-family: Verdana;
	font-size: 10px;
	color: #000000
}
.price {
	font-family: Verdana;
	font-size: 12px;
	color: #006699;
	font-weight: bold
}


