



body {
   background:white;
   font-family:arial,sans-serif;
   font-size:10px;
   color:#ff9728;
}

table { 
   margin:10px 10px;
   width:900px;
   background:#fffee9;
   padding:10px;
   -moz-border-radius:10px;
   border-radius: 10px; 
}

   h1#indextitle{
      font-size:20px;
      margin:10px 10px;
      width:990px;
      color:#ff9728;
   }

table tr td {  padding:2px; } 

a           {  color:#323B40;text-decoration:none; }
a:visited   {  color:#323B40;text-decoration:none; }
a:hover     {  color:#a81818;text-decoration:none; }

tr.indexhead               {  font-size:16px;      }
tr.even                    {  background:#fffff7;  }
tr.odd                     {  background:#fcfbe5;  }
tr.indexbreakrow th hr     {  height:1px;background:black; }
th.indexcolname            {  text-align:left; }
th.indexcollastmod         {  text-align:center; }
th.indexcolsize            {  text-align:right;padding-right:20px; }
th.indexcoldesc            {  text-align:left; }
td.indexcolicon            {  text-align:center; }
td.indexcolname            {  font-family:verdana;font-size:14px; }
td.indexcollastmod         {  font-size:12px; text-align:center; }
td.indexcolsize            {  font-size:12px;text-align:right;padding-right:20px;} 
td.indexcoldesc            {  font-size:12px;text-align:left;padding-right:20px;}



