body {
	background-image: url('images/GIFS/maps_background.gif');
	background-repeat: repeat-y;
	top: 35px;
	position: absolute;
	left: 100px;
	font-family: Arial;
	font-size: 10pt; 
	color: #003300; 
	letter-spacing: .5pt	
}	
table {
	background-image: url('images/GIFS/table.gif')
}
div {
	padding: 15px 30px 30px 30px
	
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #003300;
}
anchor1 { 
	width : 100px; 
	height : 50px; 
	background-image : url('images/home_off.jpg'); 
} 

anchor1:hover { 
	background-image : url('images/home_on.jpg'); 
}
