body
{
  color: black;
  background-color: white;
  font-family: lucida, verdana, sans-serif;
}

img.full
{
  border: none;
  padding-right: 5px;
  border-right-style: dashed;
  border-right-width: thin;
  margin: 5px;
}

img.thumb
{
  border: none;
  margin: 5px;
}

a.imglink:link
{
  color: white;
  background-color: white;
  text-decoration: none;
}

a.imglink:visited
{
  color: white;
  background-color: white;
  text-decoration: none;
}

a.imglink:hover
{
  color: white;
  background-color: white;
  text-decoration: none;
}

a.imglink:active
{
  color: white;
  background-color: white;
  text-decoration: none;
}

a.onsite:link
{
  color: blue;
  text-decoration: none;
}

a.onsite:visited
{
  color: blue;
  text-decoration: none;
}

a.onsite:hover
{
  color: blue;
  background-color: yellow;
  text-decoration: underline;
}

a.onsite:active
{
  color: blue;
  background-color: yellow;
  text-decoration: underline;
}

a.offsite:link
{
  color: olive;
  text-decoration: none;
}

a.offsite:visited
{
  color: olive;
  text-decoration: none;
}

a.offsite:hover
{
  color: olive;
  text-decoration: underline;
}

a.offsite:active
{
  color: olive;
  text-decoration: underline;
}
