A:link {
  color: blue;
  text-decoration: none
}

A:visited {
  color: blue;
  text-decoration: none
}

A:active {
  color: blue;
  text-decoration: none
}

A:hover {
  color: red;
  text-decoration: underline
}

A.white:link {
  color: white;
  text-decoration: none
}

A.white:visited {
  color: white;
  text-decoration: none
}

A.white:active {
  color: white;
  text-decoration: none
}

A.white:hover {
  color: white;
  text-decoration: underline
}

BODY {
  font-family: helvetica, arial, sans-serif;
  background: pink;
}

.mainLogo {
  color: pink;
  text-decoration: none;
  border-style: none;
}

table.logoTableBox
{
  width: 100%;
}

td.logoTableTdLogoBox
{
  width: 40%;
}

td.logoTableTdMemberLoginBox
{
  border-style: dotted;
  border-width: 0.3ex;
  border-color: red;
  padding: 0.5ex;
}

.memberLoginPrompt
{
  margin-right: 1ex;
  font-size: large;
  font-weight: bold;
  color: red;
}

.memberLoginGetMembershipLink
{
  margin-right: 1ex;
  font-size: small;
}

.memberLoginField
{
  font-size: small;
  font-weight: bold;
  color: navy;
}

table.tableWarningBox
{
  margin-top: 4ex;
}

td.tableWarningTdText
{
  width: 75ex;
  padding-left: 2ex;
}

.entryWarningLink
{
  margin-top: 1ex;
  padding: 1ex;
  font-size: larger;
  font-weight: bold;
}