body { color: black; 
       background-color: white; 
       font-family: Georgia, serif  }
       
A:link { color: #0033CC;
         font-weight: bold;
         text-decoration: none }
       
A:visited { color: #FF0000;
            font-weight: bold;
            text-decoration: none }
            
A:active { color: #00FFFF }
             
H1 { color: #FFFFFF; 
     font-size: 200%; 
     text-align: center;
     font-weight: bold;
     font-family: Verdana, Arial, sans-serif }
     
H2 { color: #003399;
     font-size: 150%;
     text-align: center;
     font-family: Verdana, Arial, sans-serif }
     
H3 { color: #003399;
     font-size: 110%;
     font-weight: bold;
     font-family: Verdana, Arial, sans-serif }
     
     
ADDRESS { font-style:normal;
          font-size: 70%;
          text-align: right;
          font-family: Verdana, Arial, sans-serif  }
          
div.list { font-family: Verdana, Arial, sans-serif }

li.present { color: #800080; 
             font-weight: bold } 
             
.separated { padding-top: 1em }

@media screen {div.color { border: solid;
			                 background: url("../pictures/marble1.gif");
                			   padding: 0.5em; 
               			   align: center}}		
		
@media print {div.color {border: solid;
                         background: white;
                         padding: 0.5em;
                         align: center}}
			  
@media screen {div.seminar { border: solid;
                             background: url("../pictures/a9_3a.jpg");
                             padding: 1.2em;
                             align: center }}
                             
@media print {div.seminar {border: solid;
                           background: white;
                           padding: 1.2em;
                           align: center }}
