body {
	background-color: #f2e9e8;
	font-size: small;
	font-family: Segoe UI, Arial, Times New Roman;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: #594444;
	}
	
a:link {
	color: #000000;	
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
.mainmenu:link {
	color: #880000;	
	text-decoration: none;
	font-weight:bold;
	}
	
.mainmenu:visited {
	text-decoration: none;
	color: #880000;
	font-weight:bold;
	}
	
.mainmenu:hover {
	text-decoration: underline;
	color: #AA4444;
	font-weight:bold;
	}
	
.footer {
	font-size: 10px;
	color: #796464;
	font-family: Arial, Verdana;
	}
