body {
      font-family: helvetica, san-serif;
	  background-color:bgfabric2.gif;
	  }
	  
h1 {
    font-family: van dijk,arial,helvetica;
	font-style: bold;
	font-size: 4em;
   }
   
a {
	background-color: white;
	float: none;
	font-size: 19px;
	cursor: pointer;
  }
  
.foot {
         font-style: bold;
		 font-size: 12px;
		 color: red;
		 font-family: Lucida Sans, arial, helvetica;
	   }
	   
.note{
       font-size: 12px;
	   color: blue;
	   font-family: comic sans ms, arial, helvetica;
	   font-style: bold;
	   font-weight: strong;
	 }