.style1 {font-size: 36px}

.style2 {color: #999999}

.style4 {color: #D17C57}

.style5 {color: #55B1FF}

.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

.style7 {font-family: Georgia, "Times New Roman", Times, serif}

.style8 {color: #990000}

.style9 {
	color: #990000;
	font-weight: bold;
}

.narrower{
	position:relative;
	top:0px;
	left:12px;
	width:90%;
}

.square {
  	position:relative;
 	float:left;
 	height:136px;
 	width:136px;
	border:none;
	text-decoration:none;
	background:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px; 
}

.square img {
	border:none;
  	position:absolute;
  	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	float:left;
  	/*left:0;*/
  	-webkit-transition: opacity 0.3s ease-in-out;
  	-moz-transition: opacity 0.3s ease-in-out;
 	-o-transition: opacity 0.3s ease-in-out;
  	transition: opacity 0.3s ease-in-out;
}

.square img.top:hover {
  opacity:0;

}