body {
	background-image:;
	background: url(../htmltest/background.jpg) repeat-x fixed top;
}



ul {
	width: 600px;
	list-style: none;
	
	}
ul li {
	width: 80px;
	float: left;
	list-style: none;
}
a {
	font-family: Arial;
	font-size: small;
	text-decoration: none;
	color: #00008B;
}

a:active {
	font-family: Arial;
	font-size: small;
	text-decoration: none;
	color: #00008B;
	
}
a:hover {
	text-decoration: underline;
	color: #00008B;
}

table {
	font: Arial;
	font-size: small;
	font-weight: normal;
	font-family: "Arial";
	color: #00008B;
}