body {
	background-color: black;
	color: white;
}

div.floatimg
{
	float: left;
	height: 200px;
	text-align: center;
}

div.floatimg img {
  	border: 1px solid silver;
	margin: 0 5px 0 5px;
}

div.floatimg p {
   text-align: center;
   width: 160px;
   font-size: small;
   }

div.container {
	padding: 0 5px 0 5px;
  	
  }

div.spacer {
  clear: both;
  }

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #A2A2A2;
	
} 

a:visited {
	text-decoration: line-through;
	font-weight: bold;
	color : #7B7B7B;
} 

a:hover {
	color: silver;
	text-decoration: none;
	font-weight: bold;
}
