.menu a {
	background-image: url(images/button.jpg);
	display: block;
	height: 29px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
}
.menu a:hover {
	color:#990000;
}.menu a:active {
	color:#FFCC33;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 484px;
	background-image: url(images/title.jpg);
	letter-spacing: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
}
.footer a {
	color: #202020;
	font-weight: bold;
}
body {
	background-image: url(images/bckgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #993300;
}

