
BODY {
	background-repeat: repeat;
	background-image: url(images/background.gif);
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}

a {
	color: black;
	text-decoration:none;
}

a:hover {
	background-color: #804000;
	color:999999; 
}

.locations {
	position: fixed;
	float: none;
	bottom: 200px;
	color: #fff;
}

P.locationname {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: underline;
}

P.locationtext {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 12px;
}

P {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}