body{
	background-color:#000;
	font-family:Verdana;
	color:#ffffff;
	font-size:14px;
}
.menu{
	background-image:url(barbackground.png);
	font-family:Verdana;
	color:#000000;
	font-size:16px;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: underline;
	color: #fff;
}
.footerdiv{
	background-color:#000;
	position:fixed;
	bottom:3px;
	text-align:center;
	width:100%;
	height:14px;
}