/* $Id: sess05.css,v 1.4 2004/12/21 13:57:07 monga Exp $ */

  <!--	
   BODY { 
          font-family: arial, helvetica, sans-serif;
          color: rgb(0,0,0);
          background: rgb(255,255,255); 
          padding: 1em 1em 1em 72px;
          background-position: top left;
          background-repeat: no-repeat;
          background-image: url("etc/logoSESS.png");
          background-attachment: fixed;
        }
   H1 { background-image: url("etc/icse2005.png");
        padding: 72px 1em 1em 1em;
        background-position: top right;
        background-repeat: no-repeat;
        }
   A:link { 
	color: rgb(100,100,255);
   }
   A:visited { 
	color: rgb(128,128,0);
   }
   A:hover  { 
	color: rgb(136,136,136);
   }
   A:active { 
        color: rgb(128,128,128); 
   }	
   P { text-align: justify }
  -->
