.canvas {
 width: 400px;
 height: 300px;
 margin: 0px;
 background-image: url(background.gif);
 border-collapse: collapse; 
 border-style: solid;
 border-width: 11px;
 border-color: #4a2f05;
}

.dot {
  position:absolute;
  background:#fff;
  width:3px;
  height:3px;
  overflow: hidden;
}

BODY {
  background-color: d8f0b9;
  color: #000000;
}
A:link {
   color: #4430cf;
   text-decoration: none;
}
A:visited {
   color: #74308a;
   text-decoration: none;
}
A:active {
   color: #0000ff;
   text-decoration: underline;
   background-color: #f0f0ff;
}
A:hover {
   color: #0000ff;
   text-decoration: underline;
   background-color: #d5d5f0;
}
H1 {
   padding: 7px 30px;
   width: 90%;
   color: #0f0f23;
   background-color: #4f820e;
   font-weight: bold;
}
DIV.right {
    text-align: right;
}
