/* import this stylesheet to override your linked stylesheet in current browsers; 
old browsers can't import and will thus ignore these directives */

/* improved default font sizing method for current browsers */
body, body div, body p, body td, body th
body li, body dd    {
    font-size:    small;
    }*/

/* adjust for Opera browser */
html>body, html>body div, html>body p,
html>body td, html>body li, html>body dd   {
    font-size:    small;
    } 

/* override specific tags */
h1 {font-size: large}

/* override specific classes */
.footer {font-size: x-small}
.xsmall {font-size: x-small}
.xxsmall {font-size: xx-small}
.h1red {font-size: large}
