
#header {
	background-color: #A9F5E1;
	color: #0A2A22;
	text-align: centre;
	font-family: Times New Roman;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	
}
h1		{
	background-color: #A9F5E1;
	color: #0A2A22;
}
.column1of2 {
		float: left;
		width:650px;
		padding: 10px;
		margin: 10px;
		}
.column2of2 {	
		float: left;
		width: 450px;
		margin 10px;
		padding: 10px;
		}
#footer {
	background-color: #A9F5E1;
	color: #0A2A22;
}
table	{
	width:	500px;
	color: ##0A2A22;
}
body {
	font-family: monotype-corsiva;
}