﻿.item a:link {
  color: blue;
}

.item a:visited {
  color: blue;
}


.item a:hover {
  color: green;
}

#header h1 {
  font-family: Arial;
  font-size: 12pt; font-weight: bold;
  margin: 10px 0 38px 0;
  text-align: center;
  color: #501B52;
}

.item h2 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 3px 18px 3px;
  border-bottom: 1px solid #bcbcbc;
    color: #501B52;
}

.item h3 {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  line-height: 15pt;
  margin: 0 20px 15px 15px;
  text-decoration: underline;
    color: #501B52;
}

.heading {
  font-family: Arial;
  padding: 2px 12px 3px 12px;
  line-height: 22px;
  background-color: #f5dd9c;
    color: #501B52;
}

.item p {
  font-size: 10pt;
  font-family: Arial;
  line-height: 12pt;
  color: #501B52;
  margin: 0 25px 20px 20px;
}

#frame {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #bcbcbc;
  background-color: white;
  text-align: justify;
}

#header {
  text-align: center;
  color: #501B52;  
}

.item {
  margin: 18px 0 38px 0;
}

.item ul {
  font-size: 10pt;
  font-family: Arial;
  line-height: 12pt;
  margin: 0 0 10px 0;
  padding: 0;
}

.item ul li {
	font-size: 10pt;
	font-family: Arial;
	line-height: 12pt;
	margin: 0 45px 15px 50px;
	color: #501B52;
}

#footer {
  text-align: left;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  font-size: 7pt;
  margin: 30px 0 30px 0;
}

#footer p {
  margin: 7px 20px 7px 15px;
}

table.tours {
  width: 90%;
  font-size: 10pt;
  border-collapse:collapse;
  margin-bottom: 25px;
}

table.tours tr td ul li {
  padding: 0;
  margin: 5px 0 0 25px;
}

.item img {
  float: left;
  margin: 0 10px 10px 0;
}

.item p.comment-box {
  width: 450px;
  margin: 30px 74px;
  background-color: #ffffc6;
  padding: 9px 12px 9px 12px;  
  border: 1px silver solid;
}
