/*  
    name:                lecture.css
    author:              cfmoxey
    date_created:        2001-05-14
    date_last_modified:  2003-06-16
    purpose:             uniform style sheet for Anatomy & Physiology lectures
    
    comments:            To accomodate Netscape 4.x, background-color cannot be 
                         transparent.
*/

h2, h3, h4, h5, h6, p, th, td, ul 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

h2 
  {font-size: 25px;
   color: red;
   background-color: #ffffff;}

h3
  {font-size: 16px;
   color: black;
   background-color: #ffffff;}

h4 
  {font-size: 20px;
   color: teal;
   margin-left: 0.5em;
   background-color: #ffffff;}

h5 
  {font-size: 14px;
   color: navy;
   background-color: #ffffff;}

h6 
  {font-size: 12px;
   color: navy;
   background-color: #ffffff;}

hr 
  {color: red;
   background-color: #ffffff;}

p 
  {font-size: 16px;
   color: black;
   background-color: #ffffff;}

th, td 
  {font-size: 14px;}

ul 
  {font-size: 14px;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

.backlink 
  {font-size: 14px;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

.fineprint 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: 14px;
   text-align: justify;}

.footer 
  {font-size: 12px;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.indent_2em 
  {margin-left: 2em;}

.indent_4em 
  {margin-left: 4em;}

.indent_6em 
  {margin-left: 6em;}

.indent_8em 
  {margin-left: 8em;}

.indent_10em 
  {margin-left: 10em;}

.indent_12em 
  {margin-left: 12em;}

.indent_14em 
  {margin-left: 14em;}

.indent_16em 
  {margin-left: 16em;}

.subhead 
  {font-size: 20px;
   color: teal;
   background-color: #ffffff;}

.question 
  {font-size: 14px;
   text-align: left;}
 
.quotation 
  {font-size: 14px;
   text-align: center;}
