/*  

    name:                lehrplan_2005.css
    author:              cfmoxey
    date_created:        2005-08-28
    date_last_modified:  2010-01-27
    purpose:             uniform style sheet for Anna Maria College Anatomy & Physiology syllabi
    
    comments:            original unmodified from www.profelis.org/neu/stilvorlagen/lehrplan_2004.css 
                         to accomodate Netscape 4.x, each class must redefine the font-family 
                         to accomodate Netscape 4.x, background-color cannot be transparent:  2005-08-28 
                         styles added for <a.anchor>:  2007-08-28 
                         added centering ability to <table>:  2010-01-27 
*/

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;}

b 
  {font-weight: bold;}

body 
  {background-color: transparent;
   font-family: trebuchet ms, helvetica, lucida sans unicode, arial, sans-serif;}

div 
  {width: 650px;} 

h1, h2, h3, h4, h5, h6 
  {font-family: georgia, times new roman, times, serif;
   text-align: left;
   color: red;}

h3
  {color: black;}

h4 
  {color: teal;
   margin-left: 0.5em;}

h5, h6 
  {color: navy;}

hr 
  {color: red;}

i 
  {font-style: italic;}

p, th, td 
  {font-size: x-small;
   color: black;}

table
  {margin-left: auto;
   margin-right: auto;}

.banner 
  { font-size: x-large;
   text-align: center;
   color: red;}

.cancelled_session 
  {color: silver; line-height: 0em;}

.cancelled_spacing 
  {color: red; letter-spacing: 1em;}

.footer 
  {font-size: x-small;
   text-align: center;
   color: black;}

.header 
  {font-size: large;
   text-align: center;
   color: black;}

.pagereference 
  {font-size: xx-small;
   font-weight: normal;
   color: navy;
   text-align: center;}

.particularsheader
  {font-size: x-small;
   font-weight: bold;
   text-align: right;
   color: black;}

.particularstext
  {font-size: x-small;
   text-align: left;
   color: black;}

.rightplaceheader 
  {font-size: small;
   font-weight: bold;
   text-align: center;
   color: black;}
             
.rightplacetext 
  {font-size: x-small;
   text-align: center;
   color: black;}

.scheduleheader 
  {font-weight: bold;}

.scheduletext 
  {font-size: x-small;
   text-align: center;
   color: black;}
                
.textbook 
  {font-size: x-small;
   text-align: center;
   color: black;}

.textreference 
  {font-size: xx-small;
   font-weight: normal;
   color: black;}


