
body 
{ 
 font-family:"Hand of Sean";
 font-weight:"lighter";
 font-size:"100%";
  }
h1 
{
	font-family:"Hand of Sean";
	 font-weight:"lighter";
	 font-size:2.5em}; /* 40px/16=2.5em */
 }
 
h2 
  {
	font-family:"Hand of Sean";
 	 font-size:1.875em"; 30px/16=1.875em */
 }
 
p {
	font-weight:"lighter";
 	font-size:1em;  /* 14px/16=0.875em */
  }
  
p.sm {
	
	font-weight:"lighter";
 	font-size:.75em;  /* 14px/16=0.875em */
 	}
h3{
	
 	 font-size:.875em"; 30px/16=1.875em */
 	 }

a {font-family: Hand of Sean; color: green; text-decoration: none;}
a:link { color: green; text-decoration: none;}
a:visited { color: green; text-decoration: none;}
a:active { color: green; text-decoration: none;}
a:hover { color: green;  text-decoration: underline;}
 
