﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}
.title {
	font-size: x-large;
	color: #000066;
	background-color: #FF9900;
	font-weight: bold;
	text-align: left;
}
.footer {
	font-size: small;
	color: #000066;
	background-color: #FF9900;
	text-align: center;
}
