document.write('<style type="text/css">');
document.write('<!--');
if (navigator.appName == "Netscape" && navigator.version < 5) {
document.write('BLOCKQUOTE { margin-top: 10px; margin-left: -16px; margin-right: -16px; }');
document.write('.story { font-family: georgia, times, serif; }');
}
if (navigator.appName == "Netscape" && navigator.version => 5) {
document.write('BLOCKQUOTE { margin-top: 10px; }');
document.write('.story { font-family: serif; }');

}
if (navigator.appName != "Netscape") {
document.write('BLOCKQUOTE { margin-top: 10px; }');
document.write('.story { font-family: serif; }');
}
document.write('-->');
document.write("</style>");
