body {
	background-color: white;
	color: black;
	margin: 0px;
}
.content {
	margin: 7px;
}
.warning {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.footer {
	background-color: #ccc;
	padding: 10px;
	border-top: 1px solid black;
	color: #333;
	font-size: smaller;
	font-style: italic;
}