/*

body
{ background-image: url('http://www.mmam.info/grating/images/important/new-colours.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

*/

body
{ background-color: #E8EEED;
}

.inside
{ background-image: url('http://www.mmam.info/grating/images/important/new-colours.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

table
{ background-color: transparent;
  font-family: Verdana;
  font-size: xx-small;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}

  a:link {color: #000000;}     /* unvisited link */
  a:visited {color: #000000;}  /* visited link */
  a:hover {color: #10C3B0;}   /* mouse over link */
  a:active {color: #000000;}   /* selected link */


