BODY {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;  
}

A {
  color: #01B101;
  text-decoration: underline;
}
A:hover {
  color: #000000;
  text-decoration: underline;
}
P {
  font-size: 12px;
  margin-top: 0px;
  margin-left:33px;
  margin-right:20px;
}
H1 {
  font-size: 13px;
  font-weight:bolder;
  margin-top:42px;
  margin-bottom:8px;
  margin-left:33px;
  margin-right:20px;
}

 
#logo {
  position: absolute;  top: 5px;  left: 5px;
  background: url(../images/logo.gif);
  background-repeat: no-repeat;
  width: 333px;
  height: 132px;
}


DIV.greyLe {
  width: 210px;  height:240px;
  background: url(../images/greyLe.jpg);
  background-position: -2px -6px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.greyMi {
  width: 210px;  height:240px;
  background: url(../images/greyMi.jpg);
  background-position: -10px -6px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.greyRi {
  width: 210px;  height:240px;
  background: url(../images/greyRi.jpg);
  background-position: -6px -3px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

DIV.greenLe {
  width: 210px;  height:240px;
  background: url(../images/greenLe.jpg);
  background-position: -3px -2px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.greenMi {
  width: 210px;  height:240px;
  background: url(../images/greenMi.jpg);
  background-position: -2px -6px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.greenRi {
  width: 210px;  height:240px;
  background: url(../images/greenRi.jpg);
  background-position: -2px -2px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

DIV.yellowLe {
  width: 210px;  height:240px;
  background: url(../images/yellowLe.jpg);
  background-position: -5px -6px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.yellowMi {
  width: 210px;  height:230px;
  background: url(../images/yellowMi.jpg);
  background-position: -5px -3px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.yellowRi {
  width: 210px;  height:240px;
  background: url(../images/yellowRi.jpg);
  background-position: -5px -2px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

DIV.orangeLe {
  width: 210px;  height:240px;
  background: url(../images/orangeLe.jpg);
  background-position: -2px -2px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;  
}
DIV.orangeMi {
  width: 210px;  height:240px;
  background: url(../images/orangeMi.jpg);
  background-position: -2px -2px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}
DIV.orangeRi {
  width: 210px;  height:240px;
  background: url(../images/orangeRi.jpg);
  background-position: -2px -2px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
}

