fontsizeW = document.body.clientWidth/81 
if (fontsizeW>16)
fontsizeW = fontsizeW-1
fontsizeH = document.body.clientHeight/53
if (fontsizeH>16)
fontsizeH = fontsizeH-1
document.write('<style type="text/css">');
document.write('Body {font-size:'+fontsizeW+'px;}');
document.write('.left {margin-top: 0px; margin-bottom: 0px; font-size:'+fontsizeH+'px;}');
if (fontsizeW <= 10 && fontsizeH  <= 10 )
document.write('Body {font-weight : normal;}A:link {font-weight : normal;}A:visited {font-weight : normal;} A:hover {font-weight : normal;}A:active {font-weight : normal;}.left {font-family :"Franklin Gothic Medium","Times New Roman", "Microsoft Sans Serif", "Andale Mono", Monospace; font-weight : normal;}input.button {font-weight: normal; font-family:"Franklin Gothic Medium","Times New Roman", Courier, "Andale Mono",Monospace;}');
document.write('</style>');