div#curr {
	margin : 2px 10%;
	border : 1px #400 solid;
	padding-bottom : 15px;
}
#curr h1 {
	background-color : #400;
	color : white;
	background-image : none;
	text-align : center;
	padding : 2px 0;
}
#curr a {
	color : #400;
	text-decoration :  none;
}
#curr table {
	border-collapse : collapse;
	margin : 0 5%;
	width : 90%;
}
#curr table td, #curr table th {
	border : 1px #aaa solid;
}
#curr table th {
	width : 14em;
	background-color : #eee;
	text-align : center;
	padding-right : 4px;
}

