/* External Style Sheet */
BODY
{background-image: url("basewashout.jpg");}

.quarter{font-weight: bold;
     text-align: center;
     color: #FFFFFF; /* white */
     background-color: #FF0000; /* red */
    }

.semi{font-weight: bold;
        text-align: center;
        color: #FFFFFF; /* white */
        background-color: #0000FF; /* blue */
       }

.national{font-weight: bold;
        text-align: center;
        color: #FFFFFF; /* white */
        background-color: #FF9900; /* orange */
       }

.regional{font-weight: bold;
      text-align: center;
      color: #FF0000; /* red */
      background-color: #FFFFFF; /* white */
     }

.champ{font-weight: bold;
      text-align: center;
      color: #0000FF; /* blue */
      background-color: #FFFF00; /* yellow */
     }

.area{font-weight: bold;
      text-align: center;
      color: #000000; /* black */
      background-color: #66CCFF; /* light blue */
     }

.interstate{font-weight: bold;
      text-align: center;
      color: #6600FF; /* dark plum */
      background-color: #FF9966; /* peach */
     }

.gcentury{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #000000; /* black */
     }

.bd{font-weight: bold;
      text-align: center;
      color: #0000FF; /* blue */
      background-color: #CCCCCC; /* gray */
     }

.tcentury{font-weight: bold;
      text-align: center;
      color: #FFFF00; /* gold */
      background-color: #000033; /* midnight blue */
     }

.city{font-weight: bold;
      text-align: center;
      color: #000000; /* black */
      background-color: #FFFFFF; /* white */
     }

.harvester{font-weight: bold;
      text-align: center;
      color: #FFFF00; /* yellow */
      background-color: #009933; /* green */
     }

.lions{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #00CCFF; /* sky blue */
     }






