/*
TactaBoard - default.css
Copyright (c) 2000, Justin R. Cutler.  All rights reserved.
*/

BODY
{
  background-color: white;
  color: black;
  margin: 10px 30px 10px 30px;
}

A
{
  background-color: inherit;
  color: blue;
  text-decoration: none;
}

A:visited
{
  background-color: inherit;
  color: navy;
  text-decoration: none;
}

A:hover
{
  background-color: inherit;
  color: red;
  text-decoration: underline;
}

A.button
{
  background-color: navy;
  color: white;
  text-decoration: none;
}

A.button:visited
{
  background-color: navy;
  color: silver;
  text-decoration: none;
}

A.button:hover
{
  background-color: blue;
  color: white;
  text-decoration: none;
}

P.legal
{
  font-size: 75%;
}

P.nav
{
  color: white;
  background-color: navy;
  text-align: right;
  padding: 2px 10px 2px 10px;
}

H3
{
  background-color: silver;
  color: black;
}

