body {
	color: #BBBBBB;
	border: 1px;
	background-image: url(map.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;




}
li {
	color: #0000FF;
	list-style-type: decimal;
}
a:link {
	color: #0000FF;
	text-decoration: none;

}
a:visited {
	color: #0000FF;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
table {
	color: #CCCCCC;
	border: thin;
}
