html, body 
{
  margin        : 0;
  padding       : 0;
  border        : none;
  background    : white;
}

a:link 
{
  color           : blue;
  text-decoration : none;
  font-size       : larger;
}

a:hover 
{
  color           : red;
  /* font-style      : italic; */
  /*cursor          : crosshair; */
}


p, pre, img, h1, h2, h3, h4, h5, h6
{
  margin-top      : 20px;
  margin-bottom   : 20px;
  margin-left     : 20px;
  margin-right    : 20px;
}

#feedback a img
{
  margin-top      : 20px;
  margin-bottom   : 0px;
  margin-left     : 2px;
  margin-right    : 0px;
  float           : none;
  display         : inline;
  border-style    : none;
}
