body
{
    margin: 0px;
    background-color: #00cc99;
    background-image: url('images/backCube.gif');
    color: black;
}
.skeleton
{
    border: none;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}
.phpError
{
 text-align: center;
 color: red;
 background: inherit;
 font-family: sans-serif;
}
div#mainBlock
{
height: 540px;
width: 900px;
border: thick gray groove;
background-color:  #ccffff;
overflow: scroll;
padding: 10px;
color: black;
}
img#mainCubeImg
{
 border: thick #ffffcc outset; 
 background: #6DDAB4;
 float: left;
 color: black;
}
input.bigButton
{
  width: 200px; 
  font-size: 12pt;
}
div#lowerButtonPart
{
 text-align: center;
 padding-bottom: 10px;
}
table.featureTable
{
 border: thin black solid;
 width: 100%;
 table-layout: fixed;
}

table.statsTable, table.featureTable td, table.featureTable th, table.statsTable td, table.statsTable th
{
 border: thin black solid;
}
.featureNameCell
{
 width: 245px;
 font-weight: bold;
 vertical-align: baseline;
}
.featureChoiceCell
{
  width: 195px;
  vertical-align: top;
  text-align: center;
}
div.featureNumberBlock
{
  background-image: url(images/circle.gif);
  float: left;
  width: 45px;
  height: 45px;
  margin: 2px 8px 0px 2px;
}
div.featureNumberInnerBlock
{
  font-size: 20pt;
  color: black;
  position: relative;
  left: 2px;
  top: 5px;
  width: 45px;
  text-align: center;
  background-color: inherit;
}
div.featureNameBlock
{
  padding-top: 13px;
}
#answerMainTitle
{
 text-align: center;
}
.indented
{
 text-indent: 30px;
}
a
{
  white-space: nowrap;
 text-decoration: underline;
 color: blue;
 background: inherit;
}
ol ul
{
 list-style-type: disc; 
}
