
/* 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: white; }
.ManageUsersText A:visited{ color: white; }
.ManageUsersText
{
  color: white;
}


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


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


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


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