a:link {
        text-decoration: none;
        color : #D0D2B0;
}

a:visited {
        text-decoration: none;
        color : #A4A377;
        border:none;
}

a:hover {
        font-weight: bolder;
        font-size: x-large;
        color:#BF0000;
}

h1 {
 text-align:center;
 font-family: Verdana,Arial,sans-serif;color:#D0D2B0;
}

body {
 font-family: Verdana,Arial,sans-serif;color:#D0D2B0;
 text-align:left;
 background-color:#727063;
}

p {
  font-size:10pt;
}

td {
   width:100px;
   height:80px;
   background-image:url(images/film.gif);
   background-position:center;
   background-repeat:no-repeat;
   vertical-align: middle;
   text-align: center;
}
table {
      text-align:center;
}
.tourguide  {
  font-family: courier;
  text-align: left;
  }
.tour-left {
      width:100px;
      height:12pt;
      background-image:none;
      text-align:right;
}
.tour-right {
      width:500px;
      height:12pt;
      background-image:none;
      text-align:left;
}