body {
  margin: 0px;
  background-image: url(img/beige_pattern.jpg);
  color: rgb(80, 40, 0);
  font-family:"Book Antiqua", "Times Roman", "Tahoma", "helvetica";
}
td.dark {
  color: rgb(252, 252, 232);
  background-image: url(img/dk21.jpg);
  padding: 15;
}
td.dark h1 {
  color: rgb(200, 200, 170);
}
td.dark A:link {
  color: rgb(255, 255, 245);
}
td.dark A:visited {
  color: rgb(255, 255, 245);
}
td.dark A:active {
  color: rgb(255, 255, 245);
}
td.dark A:hover {
  color: rgb(255, 255, 245);
  background: rgb(153, 102, 51);
}
td.light {
  color: rgb(80, 40, 0);
  background-image: url(img/beige_pattern.jpg);
  padding: 15;
}
td.light A:link {
  color: rgb(80, 40, 0);
}
td.light A:visited {
  color: rgb(80, 40, 0);
}
td.light A:active {
  color: rgb(80, 40, 0);
}
td.light A:hover {
  color: rgb(80, 40, 0);
  background: rgb(205, 205, 100);
}
td.light h2 {
  color: rgb(60, 40, 0);
}
td.light h3 {
  color: rgb(60, 40, 0);
}
table.perform {
  color: rgb(252, 252, 232);
  padding-left: 10;
  border: 0;
}
table.perform td {
 padding-left: 1em;
 padding-right: 1em;
}


/*
td.light A.lang {
text-align: center;
float: right;
border: 2px solid rgb(80, 40, 0);
padding: 5px; 
text-decoration: none;
}

td.dark A.lang:hover {
background: none;
}
td.light A.lang:hover {
background: none;
}
*/


div.ver {
text-align: center;
width: 5em;
height: 2.2em;
border: 2px solid rgb(80, 40, 0);
line-height: 2.2em;
text-decoration: none;
}
td.light A.ver {
text-decoration: none;
}
td.light A.ver:hover {
background: none;
}
td.dark A.ver {
text-decoration: none;
}
td.dark A.ver:hover {
background: none;
}
td.dark div.ver {
border: 2px solid rgb(252, 252, 232);
}






ul {
  list-style: square;
}

span.button {
padding-top: 3;
padding-bottom: 3;
text-align: center;
display: table-cell;
vertical-align: middle;
height: 40;
width: 70;
/* The image should be of the size listed above */
background-image: url('img/fup_70_40.jpg');
position: relative;
}
span.button img {
border: 0
}
td.light A.none:hover {
background: none;
}
td.dark A.none:hover {
background: none;
}




span.button_down {
padding-top: 3;
padding-bottom: 3;
text-align: center;
display: table-cell;
vertical-align: middle;
height: 40;
width: 70;
/* The image should be of the size listed above */
background-image: url('img/fdown_70_40.jpg');
}
span.button_down img {
border: 0
}
