body {
  background-color: #EFEFEF;
  color: #000000;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #004c75;
  SCROLLBAR-ARROW-color: #fcdc43;
}

a:link    { color: #496C87; text-decoration: none; font-family: arial; font-size: 12px }
a:active    { color: #496C87; text-decoration: none; font-family: arial; font-size: 12px }
a:visited    { color: #7F9EB5; text-decoration: none; font-family: arial; font-size: 12px }
a:hover      { color: #7F9EB5; font-family: arial; font-size: 12px }


ul, li, p, td {
  color: #000000;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.gamename {
  color: #FF8540;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
 }

.navlinks {
  color: #000000;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.10px {
  color: #000000;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

/* ########## MODULE SETTINGS ########## */

table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  background-color : #E0E0E0;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #663333;
  text-align       : center;
  background-color : #C0C0C0;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

/* ########## MODULE SETTINGS ########## */

table.content {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  background-color : #E0E0E0;
}

table.content th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #663333;
  text-align       : center;
  background-color : #C0C0C0;
}

table.content td {
  font-size        : 11px;
  font-weight      : normal;
}


