body {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background: #e1dc89;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}
span.error {
	color: red;
}
span.notice {
	color: orange;
}
span.info {
	color: green;
}