#content h2 {
	font-size: 182%;
	padding: 20px 20px 6px;
	font-weight: normal;
}

#content p {
	padding: 0 20px 10px 20px;
	width: 80%;
}

#content table {
	font-size: 77%;
	font-weight: bold;  
	width: 144px;
	height: 270px;  
	margin: 8px 18px 18px 20px;
	border: 1px solid #8593b8;
	background-color: #a1b0d7;
	float: left;
}

#content table span.matrix{
	color: white;
}

#content table a,
#content table a:visited {
  color: #000000;
  display: block;
  text-align: left;
  text-decoration: none;
}

#content table a:hover,
#content table a:active {
  text-decoration: underline;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

