
body {
	margin: 0px;
	padding: 0px;
	

}
h1 {
	text-align: left;
}
a:hover {
	color: red;
	font-weight: bolder;
}
#container {
	width: 99%;
	
	background-color: rgba(228, 236, 191, 0.5);
	padding: 10px;
	
}
.column {
	display: inline-block;
	vertical-align: top;
	-moz-box-shadow: -1px -2px 10px #000000;
	-webkit-box-shadow: -1px -2px 10px #000000;
	box-shadow: -1px -2px 10px #000000;
	padding: 23px;
	background-color: rgba(228, 236, 191, 0.9);
	margin: 4px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 20px 30px 30px 30px;
	margin-right: 25px;
	margin-left: 10px;
	
}
 dt {
 	font-size: 1.3em;
 	text-decoration: underline;
 }

 dd {
 	font-size: 1.2em;
 }