html
{
  height:100%;
  font-family:Arial, Helvetica, sans-serif;
}

body
{
  margin:0;
  padding:0;
  height:100%;
  background-color:#FFFFFF;
}
.bodyTable
{
  height:100%;
  width:100%;
  background:url(/gfx/content/bg.gif);
}

/*Наша ссылка*/
.about:visited
{
  font-size: 12px;
  color: #9b9b9b;
  text-decoration:none;
}
.about:link
{
  font-size: 12px;
  color: #9b9b9b;
  text-decoration:none; 
}
.about:hover
{
  font-size: 12px;
  color: #000000;
  text-decoration:none; 
}
