

 /*  Class Bulding Knowledge - Target Firefox */
 
 @-moz-document url-prefix() { 
  .bulding {
   font-size: 330%;
	color:#117722;
	 }
  
  .knowledge {
	font-size:200%; 
	font-weight:100;
	color:#042;
	padding:2px;
	}
}

 /* Class Just Facts */
.precis {
   font-weight:100; 
   font-family:Georgia, "Times New Roman", Times, serif;
   color:#FFF;
   margin-left:50px;
   margin-top:15px;
   font-size:400%;
   line-height: 120px;
   	letter-spacing:-3px;
	word-spacing:-10px;
}

 /*  Class Just Facts - Target Firefox */
 
 @-moz-document url-prefix() { 
  .precis {
	margin-top:-175px;
	font-size: 500%;
	letter-spacing:-3px;
	word-spacing:-20px;
	margin-left:50px;
	 }

}
