/*HTML Home Page Style Sheet
Created by Karl Dubost - 2007-03-07 */

/*Usual CSS*/
img {border-width: 0;
   vertical-align:bottom;}

/*Main structure*/
body {
   font-family: "Gill Sans", sans-serif;
   padding:0;
   margin:20px;
   color: #000;
   background-color: #fff;
	}
  p.copyright
  {
    display: none;
  }

