/* font: font-style (italic/normal) | font-variant (small-caps) | font-weight | font-size/line-height | font-family; */

html, body{
   font-size: 100%;
}
 
body{
   font: 0.625em/1em arial, helvetica, sans-serif;
}
 
h1, h2, h3, h4, h5, h6{
   font-weight: normal;
}
 
h1{
   font: 1.6em/1em arial, helvetica, sans-serif;
}
 
h2{
   font: 1.4em/1em arial, helvetica, sans-serif;
}
 
h3{
   font: 1.2em/1em arial, helvetica, sans-serif;
}
 
small{
   font: 0.8em/1em arial, helvetica, sans-serif;
}
 
input, select, textarea{
   font: 100%/1em arial, helvetica, sans-serif;
}