body {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #d6d6d6;
}

.box{
	margin-left: 105px;
	margin-top: 25px;
	margin-right:20px;
	width:750px;
	overflow:hidden;
	clip: rect(auto,auto,auto,auto);
	font-family: Arial;
	font-size: 12px;

}

.links {
   font-family: Arial; 
   font-size: 11px;
   color: #000;
   text-decoration: none;
   font-weight: bold;}
   
.links:hover {
   font-family: Arial; 
   font-size: 11px;
   color: #000;
   text-decoration: underline;
   font-weight: bold;}

.highlightit img{
border: 1px solid #d6d6d6;
margin-bottom: 5px;
}

.highlightit:hover img{
border: 1px solid #000000;
}

.footer {font-family: Arial; font-size: 10px; color: #a5a5a5; vertical-align: top;}

