body {
	background-color:#cccccc;
	line-height: 150%;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#content {
	position: relative;
	top: 3%;
	left: 15%;

	width: 70%;
	padding:20px;
}

.block {
	border-style: solid;
	border-width:1px;
	margin-top: 15px;
	background-color:#ffffcc;
	padding:20px;
}

