/* style sheet for top level Pennington  */
/* definitions                     */
/* p (.center, .left, .right)      */
/* table                           */
/* th (.center, .left, .right)     */
/* td (.center, .left, .right)     */
/* May 23, 2008                    */

/* begin body description          */
body {                        /* ordinary body  */
   background-color: white;
  }
/* end body description            */




/* begin link                      */
a:link     {color:white; text-decoration:none;}
a:visited  {color:white; text-decoration:none;}
a:hover    {color:red;   text-decoration:none;}
a:active   {color:white; text-decoration:none;}

a.blue:link     {color:blue;  text-decoration:underline;}
a.blue:visited  {color:red;   text-decoration:underline;}
a.blue:hover    {color:red;   text-decoration:underline}
a.blue:active   {color:white; text-decoration:underline;}
/* end link                        */

/* end of file */

