/*style sheet*/

html 
 {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
 }


#content h2
  {
   font-family: arial, helvetica;
 }  

 
#content
 {
 font-size:115%;
 font-family: arial, helvetica;
  }

  
	
