/*
  $Id: stylesheet.css
*/

BODY {
  background: #dddddc;
  background-image:url(http://www.porksshoeshack.com/graylite.jpg);
  color: #000000;
  margin: 10px;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: bold;
}

TR.menuBar {
  background: #48b7ae;
}

TD.menuBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

A.menuBar { 
  color: #000000
  text-decoration: none; 
}

A.menuBar:hover {
  color: #dcdcdc;
}

