document.write('<style type="text/css">');
document.write('a:link   { color: WHITE; text-decoration: none }');
document.write('a:visited{ color: WHITE; text-decoration: none }');
document.write('a:active { color: RED; text-decoration: none }');
document.write('a:hover  { color: RED; text-decoration: none }');
document.write('.headlineR { font-family: Arial; font-size: 28px; color: RED; }');
document.write('td { font-family: Arial; font-size: 12px; color: WHITE }');
document.write('.headline { font-family: Arial; font-size: 28px; color: NAVY; }');
document.write('.bodytext { font-family: Arial; font-size: 12px; color: WHITE; }');
document.write('.copytext { font-family: Arial; font-size: 10px; color: WHITE; }');
document.write('</style>');