/*  
    name:                lecture_2004.css
    author:              cfmoxey
    date_created:        2004-09-04
    date_last_modified:  2004-11-15
    purpose:             uniform style sheet for Anatomy & Physiology lectures
    
    comments:            modified from lecture.css to provide generic font-size values
                         to accomodate Netscape 4.x, each class must redefine the font-family
                         to accomodate Netscape 4.x, background-color cannot be transparent
*/

h2, h3, h4, h5, h6, li, p, th, td, ul 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

h1 
  {font-family: georgia, times new roman, times, serif;}
   font-size: xx-large;
   color: red;
   background-color: #ffffff;}

h2 
  {font-size: x-large;
   color: red;
   background-color: #ffffff;}

h3
  {font-size: medium;
   color: black;
   background-color: #ffffff;}

h4 
  {font-size: large;
   color: teal;
   margin-left: 0.5em;
   background-color: #ffffff;}

h5 
  {font-size: small;
   color: navy;
   background-color: #ffffff;}

h6 
  {font-size: x-small;
   color: navy;
   background-color: #ffffff;}

hr 
  {color: red;
   background-color: #ffffff;}

li, ul 
  {font-size: x-small;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

p 
  {font-size: small;
   color: black;
   background-color: #ffffff;}

th, td 
  {font-size: small;}

.backlink 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   font-weight: normal;
   color: navy;
   background-color: #ffffff;}

.fineprint 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: small;
   text-align: justify;}

.footer 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.indent_2em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 2em;}

.indent_4em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 4em;}

.indent_6em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 6em;}

.indent_8em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 8em;}

.indent_10em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 10em;}

.indent_12em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 12em;}

.indent_14em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 14em;}

.indent_16em 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   margin-left: 16em;}

.pagereference 
  {font-size: xx-small;
   font-weight: normal;
   color: navy;
   text-align: center;
   background-color: #ffffff;}

.subhead 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: large;
   color: teal;
   background-color: #ffffff;}

.question 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: small;
   text-align: left;}
 
.quotation 
  {font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;
   font-size: x-small;
   text-align: left;}
