/* 
   Demonstrations-Projekt, Stylesheets
   
   modifiziert fuer: ns4 mac
   
*/

/* Links */

a:hover {  color: red; background-color: #FFFFCC; }
a:active { text-decoration: line-through; color: red;}
a  {  
   color: #990000; 
   font-weight: bold; 
   font-family: Arial, Helvetica, sans-serif; 
   font-size:80%;
   }
.nav {  font-family: Verdana, Arial, Helvetica, sans-serif;}
.nav a { font-weight: normal; color: #990000; }
.nav a:visited { color: #990000; }

a:visited { color: #660000;}


body {
     background-color: #d8d8c9;
     font-family: Georgia, "Times New Roman", Times, serif;
     margin-right: 14%;
     margin-left: 2%;
     color: #000016;
     }

/* Ueberschriften */
h1 {
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   color: white;
   margin-bottom: 0px;
   }

h2 {
   color: #502200;
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   letter-spacing: 2px;
   }

h3 {
   color: #502200;
   font-family: "Andale Mono", "Lucida Console", Monaco, Chicago, "Courier New", Courier, mono;
   }
   
/* sonstiges ... */
td {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #000015;

   }

pre { font-family: "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, mono;}

strong {  color: blue}



/* classes */
.xsmall {font-family: Verdana, Arial, Helvetica, sans-serif; color: white;}
.subtitle {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000033;}
.normal {  font-weight: normal}
.bodytext { line-height: 1.25em; font-size:85%;}
.demo {  font-family: "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, mono; font-weight: bold; color: #000033;}
.count {  color: white}
