/*
   Stylesheet for TECFA Banner HTML 4.01 strict
   See ./tecfa-banner-strict.README for usage
   *******************************
   Author: Olivier Clavel
   Olivier.Clavel@tecfa.unige.ch
   *******************************
   Made with css-mode.el in Xemacs
   *******************************
   
   Last modification: 19/03/2002
*/


img.banner { 
             border:0;
           }


a.banner {
           color: black;
           background-color: transparent;
          }

td.topbanner { 
               background: #003399;
               height: 50px;
             }

td.banner1 { 
	     width:16.67%;
	     height:16px;
	     background:#3366CC;
           }

td.banner2 { 
	     width:16.67%;
	     height:16px;
	     background:#FFCC00;
           }

td.banner3 { 
	     width:16.67%;
	     height:16px;
	     background:#FF3300;
           }

td.banner4 { 
	     width:16.67%;
	     height:16px;
	     background:#996699;
           }

td.banner5 { 
	     width:16.67%;
	     height:16px;
	     background:#99CC33;
           }

td.banner6 { 
	     width:16.67%;
	     height:16px;
	     background:#C000C0;
           }


td.format { 
	    background:white;
	    color:black;
	    width:16.6%;
	    height:10px;
	    text-align:center;
	  }

