/*------------------------------
fonts css 2.3.0 elements
------------------------------*/
body {
  font-size: 13px;
  line-height: 1.4;
  *font-size: small;
  *font: x-small;
}
table {
  font-size: inherit;
  font: 100%;
}
select,input,textarea {
  font-size: 99%;
}
pre,code {
  font-family: monospace;
  font-size: 115%;
  *font-size: 100%;
}