/* CSS Document */

#fontsizer{
  font-size:13px;
  line-height:20px;
  }
#fontsizer h1{
 font-size:22px;
}  
#fontsizer h2{
 font-size:18px;
}  
#fontsizer h3{
 font-size:15px;
}  
#fontsizer p{
 font-size:15px;
 line-height:26px;
 color: #333333;
} 
#contentset{
  margin-left:3px;
  margin-right:3px;
  } 
  
