.notice {
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background: #fff;
	box-shadow: 0 0 5px 3px #888888;
	padding: 15px 10px 15px 10px;
	border-radius: 10px;
}

.notice-title {
	font-size: 19px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	font-weight: 300;
}

.notice-body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}