#example p {
	font-size: 10px;
	line-height: 15px;
}

.exam {
	margin-bottom: 20px;
}
#textex {
	font-size: 10px;
}
#titleex {
	font-weight: bold;
}
.btnex {
	display: block;
	width: 154px;
	border: 2px ridge #AAD57E;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #E9E9E9;
	margin-top: 3px;
}
.btnex a {
	text-decoration: none;
}
