body {
	background-color: black;
} 

A:link {
   color: #2B3856;
   text-decoration: none;
}

A:visited {
   color: #2B3856;
   text-decoration: none;
}

A:hover {
   color: lightblue;
   text-decoration: underline;
}

p {
	margin: 10px;
}

div.content {
	font-family: arial;
   font-size: 12px;
   color: white;
}

img.square {
   border-right: black solid 1px;
   border-bottom: black solid 2px;
   padding: 1px;
   background-color: white;
   margin: 2px; 
   height: 75px;
}  
   
img.wide {
   border-right: black solid 1px;
   border-bottom: black solid 2px;
   padding: 1px;
   background-color: white;
   margin: 2px; 
   width: 175px;
}

