#mainNav
{
  position:absolute;
  left:20px;
  top:20px;
}

#contentArea
{
  position:absolute;
  left:200px;
  top:20px;
  width:650px;
  height:560px;
}

.buttonTable
{
  border:none;
  padding:0px;
}

.buttonCell
{
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  padding:0px;
  margin-top:10px;
}

.contentPage
{
  font-family:Arial,sans-serif;
  font-size:12px;
}

a
{
  width:100px;
  height:50px;
  text-decoration:none;
  padding-top:10px;
  }

a:link
{
  border:7px outset cyan;
  background-color:blue;
  color:yellow;
}

a:visited
{
  border:7px outset cyan;
  background-color:blue;
  color:yellow;
}

a:hover
{
  border:7px outset cyan;
  background-color:green;
  color:yellow;
}

a:active
{
  border:7px inset cyan;
  background-color:red;
  color:yellow;
}

