/* MainLink */
.MainLink A:link{ color: #003300; text-decoration: none; }
.MainLink A:visited{ color: #003300; text-decoration: none; }
.MainLink A:hover{ color: #003300; text-decoration: underline; }
.MainLink
{
  color: #003300;
  text-decoration: none;
  font: normal 18px/22px "Times New Roman", Times, serif;
  letter-spacing: .15em;
  word-spacing: .15em;
}


/* BottomText */
.BottomText A:link{ color: darkgray; font-size: x-small; }
.BottomText A:visited{ color: darkgray; font-size: x-small; }
.BottomText
{
  color: darkgray;
  font-size: x-small;
}


/* ManageUsersText */
.ManageUsersText A:link{ color: #003300; }
.ManageUsersText A:visited{ color: #003300; }
.ManageUsersText
{
  color: #003300;
}


/* LoginHeader */
.LoginHeader A:link{ color: black; }
.LoginHeader A:visited{ color: black; }
.LoginHeader
{
  color: black;
}


/* ContactText */
.ContactText A:link{ color: #003300; }
.ContactText A:visited{ color: #003300; }
.ContactText
{
  color: #003300;
}


/* GalleryHeader */
.GalleryHeader A:link{ color: #003300; }
.GalleryHeader A:visited{ color: #003300; }
.GalleryHeader
{
  color: #003300;
  font-size: x-large;
  font-style: bold;
  font-family: "Times New Roman";
  letter-spacing: .1em;
  word-spacing: .25em;
  text-decoration: underline;
}


/* GalleryText */
.GalleryText A:link{ color: #003300; }
.GalleryText A:visited{ color: #003300; }
.GalleryText
{
  color: #003300;
}

/* AboutUsText */
.AboutUsText
{
  font-family: "Garamond";
  font-weight: bold;
  color: #003300;
}

