<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#ship{
	clear: both;
	width: 730px;
	font-size: 100%;
	margin-bottom: 8px;
}

#ship div{
	margin: 0 20px 0 20px;
}

.explanation{
	float:right;
	width:435px;
	font-size: 100%;
	margin-bottom: 8px;
}
.photo{
	float:left;
	width:285px;
	margin: 0 10px 25px 0;
}


/*--title--*/
#ship h2 img{
	margin:25px 0 25px 0;
}

.explanation h3{
    padding: 5px 0 5px 0;
	margin-bottom: 20px;
	hight: 25px;
	font-size:120%;
	text-indent:10px;
	background-color:#99D7EA;
	color:#333333;
}

/*--paragraph--*/
#ship p{
	padding: 0 0 25px 0;
	line-height:155%;
	font-size:100%;
}

.explanation p{
	padding: 0 20px 20px 20px;
	line-height:155%;
	font-size:100%;
}







</pre></body></html>