body { 
  background: yellow;
  font-family: Comic Sans MS; 
  color: red;
}
a:link, a:active, a:visited
{
  background: none;
  color: red;
  text-decoration: none;
}
a:hover
{
  background: none;
  color: red;
  text-decoration: underline;
}
table.canvas {
 margin: 0px;
 border-spacing: 0px;
 border-collapse: collapse;
}
td {
 margin: 0px;
 padding: 0px;
}
td.menu {
  width: 120px;
  text-align: center;
}
td.content {
  height: 510px;
  width: 510px;
  text-align: center;
}
td.contentnologo {
  height: 510px;
  width: 510px;
  text-align: center;
}
td.vertborder {
  background: url("img/ster_kl_sh.jpg") repeat;
  width: 30px;
}
td.horborder {
  background: url("img/ster_kl_sh.jpg") repeat;
  height: 30px;
}
