/* relative font sizes for IE users */
body { 
    font:normal 75% Arial, Verdana, sans-serif; 
} 
h1  { 
    font-size:100%; 
} 
big {
    font-size:110%;
}
td {
    font-size:100%;
}
input, select, option {
    font-size:100%;
}

#footer a, #footer a:link, #footer a:visited {
    font-size:100%;
}

