body {
   color: #000;
   background-color: #F8EED3;
   background-image: url("images/shell.jpg");
   background-repeat: no-repeat;
   background-position: 0px 30px;
  /* font: 11px/17px Verdana, sans-serif; */
}
tbody{ background:none; }

.light {
	background-color: #E8ECCA;
}
#lightTopLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_light_01.gif");
   background-repeat: no-repeat;
}
#lightBottomLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_light_03.gif");
   background-repeat: no-repeat;
}
#lightTopRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_light_02.gif");
   background-repeat: no-repeat;
}
#lightBottomRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_light_04.gif");
   background-repeat: no-repeat;
}

.brown {
	background-color: #B08837;
}
#brownTopLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_brown_01.gif");
   background-repeat: no-repeat;
}
#brownBottomLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_brown_03.gif");
   background-repeat: no-repeat;
}
#brownTopRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_brown_02.gif");
   background-repeat: no-repeat;
}
#brownBottomRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_brown_04.gif");
   background-repeat: no-repeat;
}

.darker {
	background-color: #E2DCAB;
}
#darkerTopLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_darker_01.gif");
   background-repeat: no-repeat;
}
#darkerBottomLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_darker_03.gif");
   background-repeat: no-repeat;
}
#darkerTopRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_darker_02.gif");
   background-repeat: no-repeat;
}
#darkerBottomRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_darker_04.gif");
   background-repeat: no-repeat;
}

.lightbrown {
	background-color: #B5B275;
}
#lightbrownTopLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightbrown_01.gif");
   background-repeat: no-repeat;
}
#lightbrownBottomLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightbrown_03.gif");
   background-repeat: no-repeat;
}
#lightbrownTopRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightbrown_02.gif");
   background-repeat: no-repeat;
}
#lightbrownBottomRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightbrown_04.gif");
   background-repeat: no-repeat;
}

.lightgreen {
	background-color: #788635;
}
#lightgreenTopLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightgreen_01.gif");
   background-repeat: no-repeat;
}
#lightgreenBottomLeft {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightgreen_03.gif");
   background-repeat: no-repeat;
}
#lightgreenTopRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightgreen_02.gif");
   background-repeat: no-repeat;
}
#lightgreenBottomRight {
   height:10px;
   width:10px;
   background-image: url("images/circle_lightgreen_04.gif");
   background-repeat: no-repeat;
}

a:visited {
	text-decoration : none;
	color: #663333;
}

a:link {
	text-decoration : none;
}

a {
	text-decoration : none;
	color: #663333;
	font-weight: bold;

}

a:hover {
	text-decoration : underline;
	color : #663333;
}