
/* ships.css */

body
{
	font-size: 1.0em;
	margin:  0;
	padding: 0;
	background-color: #F5E393;
//	background-color: beige;
}

.container  { 
	position: relative; 
	width: 800px; 
	margin:  15px auto; 
	padding: 10px; 
	border:1px solid silver;
	background-color: white;
}

.bar { height: 10px; background-color:#3399FF;
	margin-bottom: 5px;
	 width: 100%; clear: both; }

/* From figure.css */

.row {	text-align: center;	}

figure {
  display: inline-block;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  background-color: white; }

.caption {
	font: 15px arial, sans-serif;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	text-indent: 0; 
}
