body {
	background: #e1dbc3 url(images/background.jpg);
	font-size: 11px;
	font-family: Trebuchet;
	color: #404b57;
	margin: 10px;
}
a:link, a:visited {
	color: #4e1e10;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8a5c74;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-family: "Times New Roman";
	text-decoration: underline;
	margin-bottom: 3px;
	margin-top: 5px;
}
h2 {
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	margin-bottom: 2px;
	color: #ff0000;
}
.main-area {
	width: 700px;
	background: #cceffb;
	border: 5px solid #ffffff;
}
.menu {
	padding: 10px 0 10px;
	background-color: #404b57;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
.menu a:link, .menu a:visited {
	color: #efe4d9;
	text-decoration: none;
	font-size: 13px;
	padding: 10px;
	text-transform: uppercase;
	background-color: #404b57;
}
.menu a:active, .menu a:hover {
	color: #404b57;
	text-decoration: none;
	font-size: 13px;
	padding: 1opx;
	text-transform: uppercase;
	background-color: #efe4d9;
}
.open {
	padding: 20px 0 20px 0;
}
.justify {
	width: 400px;
	text-align: left;
}
.footer {
	width: 700px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	padding: 10px 10px 10px 0;
}
.cats {
	width: 600px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.announce {
	font-size: 14px;
}