<!--                                                                                 -->
<!-- this style sheet is here to extend the styles.css file for the ap student pages -->
<!-- the lines below extend two classes to account for the way that TD and P tags    -->
<!-- are handled in netscape.                                                        -->
<!--                                                                                 -->
<!-- file history:                                                                   -->
<!--        Friday, April 27, 2001                                                   -->
<!--        dmb - addedd pre font to style                                           -->
<!--                                                                                 -->
<!--        Wednesday, March 14, 2001                                                -->
<!--        dhj -  file created                                                      -->
<!--                                                                                 -->

<!--       .arialTwelveBlack {font-family: arial,helvetica,verdana; font-size:12px; color: black} -->
 ul, td, p, .arialTwelveBlack {font-family: arial,helvetica,verdana; font-size:12px; color: black; }


<!--  .arialTwelveBlackBold {font-family: arial,helvetica,verdana; font-size:12px; color: black; font-weight:bold} -->
  th, .arialTwelveBlackBold {font-family: arial,helvetica,verdana; font-size:12px; color: black; font-weight:bold; }

<!-- tt font used for compsci code samples -->
  tt, pre {font-family: courier new,helvetica,courier,arial,verdana; font-size:12px; color: black;}

<!-- for the new! and updated! text in the index pages -->
.arialTenRedSmallCaps  {font-family: arial,helvetica,verdana; font-size:10px; color: red; font-weight:bold; font-variant: small-caps; }



