body	{font-size: 10pt;
         font-family: Arial;
         color: black;
         text-align: center;
         background-color: #830707;
         background-image: url("/images/bgrnd.png");
         background-repeat: repeat-x;}

th.content {background-color: #000000;
	    font-size: 12pt;
            font-family: Arial;
            color: white;
            text-align: center;}

th.wfdrank {font-size: 20pt;
            font-family: Arial;
            color: white;
            text-align: center;}
            
tr.color1 {background-color: #CCCCCC;}

tr.color2 {background-color: #999999;}

tr.color3 {background-color: #666666;}

table.content {background-color: #999999;
	       font-size: 8pt;
               font-family: Arial;
               text-align: center;
               margin-left:auto;
               margin-right:auto;}

table.wfdrank {font-size: 10pt;
               color: black;
               font-family: Arial;
               text-align: center;
               margin-left:auto;
               margin-right:auto;}


td.contview {font-size: 10pt;
             font-family: Arial;
             text-align: left;
             color: black}

.center {text-align: center;
	     margin-left:auto;
	     margin-right:auto;}

.noborder {border-style: none;}

.rank {font-size: 20pt;
       font-weight: bold;
       color: blue;
       font-family: Arial;
       text-align: center;
       margin-left:auto;
       margin-right:auto;}

.score {font-size: 20pt;
        font-weight: bold;
        color: red;
        font-family: Arial;
        text-align: center;
        margin-left:auto;
        margin-right:auto;}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #00f;
  } 

a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #00f;
  }

a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #f00;
  }

