@font-face 
	{
 	  font-family: futura;
 	  src: url("futura.eot") /* EOT file for IE */
	}
@font-face 
	{
 	  font-family: futura;
 	  src: url("futura.ttf") /* TTF file for CSS3 browsers */
	}
body	
   {
   background-color:#ffffff;
   }
p
   {
   color:#000000;
   font-family:'futura';
   font-size:12pt;
   }
a
   {
   color:#4db848;
   font-family:'futura';
   font-size:16pt;
   text-decoration:none;
   }
a:hover
   {
   color:#4db848;
   font-family:'futura';
   font-size:16pt;
   text-decoration:overline underline;
   }
h1
   {
   color:#787878;
   font-family:'futura';
   font-size:32pt;
   text-decoration:none;
   font-weight:bold;
   }
h2
   {
   color:#787878;
   font-family:'futura';
   font-size:20pt;
   text-decoration:none;
   font-weight:bold;
   }
ul
   {
   color:#000000;
   font-family:'futura';
   font-size:12pt;
   }
html
   {
   overflow-y: scroll;
   } 
