/*  
    name:                selector.css
    author:              carl f moxey
    date_created:        2004-08-24
    date_last_modified:  2007-08-28
    purpose:             uniform style sheet for Anatomy & Physiology syllabus selector pages
    
    comments:            to accomodate Netscape 4.x, background-color cannot be transparent
                         modified from lecture.css
*/

/*  2007-08-28  */
a.anchor:link {text-decoration: none}
a.anchor:visited {text-decoration: none}
a.anchor:active {text-decoration: none}
a.anchor:hover {text-decoration: underline; color: red;}
/*  ----------  */

h2, h3, h4, h5, h6, p, th, td, ul 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

hr 
  {color: red;
   background-color: #ffffff;}

p 
  {font-size: medium;
   color: black;
   background-color: #ffffff;}

th, td 
  {font-size: medium;
   font-weight: normal;
   text-align: left;}

ul 
  {font-size: medium;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

.head 
  {font-size: large;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.descriptor 
  {font-size: x-small;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

.footer 
  {font-size: x-small;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.pagereference 
  {font-size: xx-small;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.quarter 
  {font-size: medium;
   font-weight: normal;
   color: red;
   text-align: left;
   text-indent: 2em;
   background-color: #ffffff;}

.subhead 
  {font-size: medium;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

