/* External Style Sheet */

BODY
{background-image: url("1984walkerNJ.jpg");}

.pics{text-align: center;}

.champ{font-weight: bold;
      text-align: center;
      color: #0000FF; /* blue */
      background-color: #FFFF00; /* yellow */
     }

.qf{font-weight: bold;
     text-align: center;
     color: #FFFFFF; /* white */
     background-color: #FF0000; /* red */
    }

.sf{font-weight: bold;
        text-align: center;
        color: #FFFFFF; /* white */
        background-color: #0000FF; /* blue */
       }

.aafc{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #FF6699; /* pink */
     }

.mnf{font-weight: bold;
      text-align: center;
      color: #FFFFFF; /* white */
      background-color: #000000; /* black */
     }

.thanks{font-weight: bold;
      text-align: center;
      color: #FFFF00; /* white */
      background-color: #009933; /* green */
     }

