/* External Style Sheet */

BODY
{background-image: url("college_texas.jpg");}

.pics{text-align: center;}

.champ{font-weight: bold;
      text-align: center;
      color: #0000FF; /* blue */
      background-color: #FFFF00; /* yellow */
     }

.ws{font-weight: bold;
     text-align: center;
     color: #FFFFFF; /* white */
     background-color: #009933; /* green */
    }

.big12{font-weight: bold;
        text-align: center;
        color: #FFFFFF; /* white */
        background-color: #999999; /* dark grey */
       }

.aafc{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #FF6699; /* pink */
     }

.reg{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #FF9900; /* orange */
     }

.semi{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #0000FF; /* blue */
     }

