/*  
    name:                wahlseite.css 
    author:              carl f moxey 
    date_created:        2004-08-24 
    date_last_modified:  2008-09-22 
    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 
                         added right-border property for <td>:  2008-09-22 
*/
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;}

td.right_border 
  {text-align: right;
   vertical-align: text-top;
   border-right: 1px solid teal;}



