BODY { color: black;
       background: white;
    font-family: Tahoma, sans-serif;
    width: 780px;
     }

TABLE { color: black;
        background: white;
    font-family: Tahoma, sans-serif;
      }

TABLE.subrew { 
	color: black;
	background: white;
	width: 780px;
	padding: 2px;
}

TR { color: black;
     background: white;
    font-family: Tahoma, sans-serif;
   }

TR.team { color: red;
          background: white;
          font-weight: bold;
    font-family: Tahoma, sans-serif;
        }

TD { color: black;
     background: white;
     font-size: 80%;
    font-family: Tahoma, sans-serif;
   }

TD.team { color: red;
          background: white;
          font-weight: bold;
    font-family: Tahoma, sans-serif;
        }

TD.gray { color: black;
          background: #b0b0b0;
          font-weight: bold;
    font-family: Tahoma, sans-serif;
        }

H2 { color: black;
     background: white;
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 140%;
}

H3 { color: black;
     background: white;
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 120%;
}

P { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10pt;
    background: white;
    color: black;
}

B { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: black;
    
}

B.italic { font-family: Tahoma, sans-serif;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: black;
    
}

B.redder { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: red;
}

B.greener { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: green;
}

I { font-family: Tahoma, sans-serif;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    font-size: 100%;
    background: white;
    color: black;
}

I.bold { font-family: Tahoma, sans-serif;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: black;
}


A { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: black;
}

A:visited { color: #0c0c0c;
	background: white;
}

A:active { color: red;
	background: white;
}

A.thumb { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    color: black;
}

A.smaller { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: black;
}

DT { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 100%;
    background: white;
    color: black;
    padding-top: 1em;
    margin-right: 6em;
    margin-left: 6em;
}

DD { font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: black;
    padding-bottom: 1em;
    margin-left: 10em;
    margin-right: 15em;

}

DIV.subrew { 
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: black;
    width: 780px;
}

DIV.footerdate { 
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: black;
    width: 780px;
}

DIV.red { 
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: red;
    width: 780px;
}

DIV.green { 
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    background: white;
    color: green;
    width: 780px;
}

PRE.results { 
    font-family: Courier,fixed,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 90%;
    background: white;
    color: black;
    width: 780px;
}

PRE { 
    font-family: Courier,fixed,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 90%;
    background: white;
    color: black;
    width: 780px;
}

