@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
}

h1 {
	margin-bottom:20px;
}

section {
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 5px;
	border: 1px solid #ccc;
}

h2 {
	clear: both;
	line-height: 2.0;
}

dl {
	float: left;
	width: 260px;
	margin:0 5px 10px 0;
	padding: 10px 0 0;
}

dl:hover {
    opacity: 0.5;  
    filter: alpha(opacity=50);  
}