/* CSS Document */


.heading {
  font-family: Georgia;
  font-size: 28px;
  color: #006699;
  font-weight: normal;
  text-decoration: underline;
}

.photo {
  font-family: Comic Sans MS;
  font-size: 18px;
  color: #006699;
}

.photo2 {
  font-family: Comic Sans MS;
  font-size: 13px;
  color: #000000;
}

.photo3 {
  font-family: Comic Sans MS;
  font-size: 16px;
  color: #000000;
}

.copy {
  font-family: Arial;
  font-size: 13px;
  color: #000000;
}

.t1 {
  width: 350;
}

.t3 {
  width: 232;
}

.t4a {
  width: 536;
}

.info {
  font-family: Arial;
  font-size: 13px;
  color: #006699;
}

.address {
  font-family: Arial;
  font-size: 12px;
  font-color: #ffffff;
}

a:link {
  font-family: Comic Sans MS;
  font-size: 13px;
  font-weight: bold;
  color:#006699;
  text-decoration:none; 
}

a:visited {
  font-family: Comic Sans MS;
  font-size: 13px;
  color:#006699;
  text-decoration:none; 
}

a:hover {
  font-family: Comic Sans MS;
  font-size: 13px;
 color:#800000;
 text-decoration:none; 
}

a:active {
  font-family: Comic Sans MS;
  font-size: 13px;
 color:#006699;
 text-decoration:none; 
}