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
}

A.black:link {
  color: black;
  text-decoration: none
}

A.black:visited {
  color: black;
  text-decoration: none
}

A.black:active {
  color: black;
  text-decoration: none
}

A.black:hover {
  color: black;
  text-decoration: underline
}

BODY {
  font-family: helvetica, arial, sans-serif;
  background: #d0f0d0;
}

.mainBody 
{
  margin: 4px;
}

.logoStripe
{
  margin-top: 1ex;
  background: #f0f0f0;
  padding-left: 1ex;
}
