body {
  margin: 0;
  font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(images/back.gif);
}
td { 
  font-size: 1em;
  text-align: justify
}
	
a:link {
  color: #006699;
  text-decoration: none;
}
	
a:visited {
  color: #006699;
  text-decoration: none;
}
	
a:hover, a:active {
  color: #006699;
}
.footer { 
  text-align: center;
}	
#linkslist { 
  text-decoration: none;
  text-align: left;
}
#linkslist ul { 
  list-style-image: url(images/star.gif);
  list-style-type: circle;
  margin: 0;
  padding: 0;
}
#linkslist li a:hover {
  color: #000000; 
}
	
#tourlist { 
  text-decoration: none;
}
#tourlist ul { 
  list-style-type: circle;
}
#tourlist li a:hover {
  color: #000000; 
}
	
	
/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
	
#menu {
  width: 158px;
  margin: 0px;
  vertical-align: middle;
  font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
}
#menu ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  height: 20px;
  color: #000000;
  padding: 0px 0 0 16px;
  margin: 3px;
}	
	
#menu li a:link, #menu li a:visited {
  display: block;
  color: #000000; 
  background: url(images/button.jpg);
}
#menu li a:hover {
  color: #006699; 
  background: url(images/button_down.jpg);
}
	
#menu li a:active {
  color: #006699; 
  background: url(images/button_down.jpg);
}

h3.tourheader {
	width: 100%;
	padding: 4px;
	border-bottom: 1px solid black;
	background-color: #a2d1ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
