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

/* Background */
.MainBG
{
  background-color: white;
  background-image: url('images/bg.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
}


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


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


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


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


/* GalleryHeader */
.GalleryHeader A:link{ color: #DA241E; }
.GalleryHeader A:visited{ color: #DA241E; }
.GalleryHeader
{
  color: #DA241E;
}


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