.main {
      font-family: Arial;
      font-size: 18px;
      font-weight: bold;
      color: brown;
      background-color: white;
}

.subheading {
      font-family: Arial;
      font-size: 10px;
      font-weight: normal;
      color: black;
      background-color: white;
}

.updatetimetext {
      font-family: Arial;
      font-size: 14px;
      font-weight: normal;
      color: brown;
      background-color: white;
}

.gallerytext {
      font-family: Arial;
      font-size: 14px;
      font-weight: normal;
      color: brown;
      background-color: white;
}

A { color: brown; }
A:visited { color: red; }
A:active { color: brown; }

A.hiddenlink { color: brown; text-decoration: none; }
A.hiddenlink:visited { color: red; text-decoration: none; }
A.hiddenlink:active { color: brown; text-decoration: underline; }

DIV.about {
      border-width: 0;
      border-style: none;
      text-align: left;
      vertical-align: top;
      width: 500px;

      font-family: Arial;
      font-size: 14px;
      font-weight: normal;
      color: brown;
}

