body {
   background-color: #b2b2b2;
   margin: 0px 0px;
}
body.window {
   background-color: #e6efe4;
}
.data {
   margin: 6px 10px;
   font-size: 10px;
   background-color: #b74;
   border: 0px;
}
A:link {
   color:#588445;
   text-decoration: underline;
   font-weight: bold;
}
A:visited {
   color:#588445;
   text-decoration: underline;
   font-weight: normal;
}
A:hover {
   color:#000;
   font-weight: bold;
}
#menu {
   padding-left:10px;
}
#menu a {
   color:#E8D4BC;
   text-decoration: none;
   font-weight: bold;
}
#menu a:hover {
   text-decoration: underline;
}
p {
   font-size:12px;
   font-family: tahoma,arial narrow,arial;
   color:#666;
   line-height:15px;
}
h1 {
   color: #588445;
   font-weight: normal;
   margin: 3px 5px;
   font-size: 24px;
   font-family: "Temp Installer Font", "Impact", "Franklin Gothic Medium", "Helvetica";
}
.notice {
   color: #f00;
   font-style:italic;
}
.word {
   padding-left: 10px;
   padding-right: 15px;
   margin-top: 3px;
   margin-bottom: 3px;
}
td {
   font-size:12px;
   background-color: #e6efe4;
   font-family: tahoma,arial narrow,arial;
   color:#666;
   line-height:13px;
}
td.category {
   text-align: center;
   font-weight: bold;
   line-height:16px;
   color: #588445;
   background-color: #EFD5C6;
}
td.even      {background-color: #ebe8e6;}
td.sides     {background-color: #B3744B;}
td.headfoot  {color: #E8D4BC;
              background-color: #568243;}
.rank  {
   text-align: center;
   font-style: italic;
   padding: 5px 10px;
}
.date  { font-size: 9px; }
td.date {
   text-align: center;
   padding: 1px 10px;
}
td.field     {text-align: right;}
td.info      {text-align: left;
              padding: 1px 10px;
              font-weight: bold}
strong  {
   color: #588445;
   font-weight: bold;
   font-size: 16px;
}
.tag	     {color: #E8D4BC;
              font-size: 10px;
              text-align: center}
#tag a       {color: #E8D4BC;
              text-decoration: underline;
              font-weight: normal}
/* Index */
.pagination a {text-decoration: none;
              font-weight: normal;}
.pagination a:hover {font-size: 18px;
              font-weight: bold;
              color:#588445;}
              
/* Compare Lists */
.common      {color:#0505aa;
              font-weight: bold;}
td.common    {background-color: #0505aa;
              text-align: center;
              color: #c0c0c0;}
.unique1     {color:#058805;
              font-weight: bold;}
td.unique1   {background-color: #058805;
              text-align: center;
              color: #c0c0c0;}
.unique2     {color:#aa0505;
              font-weight: bold;}
td.unique2   {background-color: #aa0505;
              text-align: center;
              color: #c0c0c0;}
