/*
vibrotactile.org - default.css
Copyright (c) 2001, 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;
/*
  color: #E0E0E0;
*/
  text-decoration: none;
}

A.button:hover
{
  background-color: blue;
  color: white;
/*
  padding-bottom: 1px;
  padding-top: 1px;
*/
  text-decoration: none;
}

P.legal
{
  font-size: 75%;
/*
  text-align: right;
*/
}

P.nav
{
  color: white;
  background-color: navy;
  text-align: right;
  padding: 2px 10px 2px 10px;
}

EM.alert
{
  background-color: yellow;
  color: black;
}

H3
{
  background-color: silver;
/*
  background-color: #E0E0E0;
*/
  color: black;
}
