document.write(' <style> \n');

document.write(' 	body {scrollbar-face-color: #26408B ;scrollbar-shadow-color: #7b7b7b; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color:#000066; scrollbar-darkshadow-color:#202020; scrollbar-track-color: #C2CFE6 ;scrollbar-arrow-color: #C2CFE6;} \n');


document.write(' A:link {text-decoration:underline; color:black} \n');
document.write(' A:active {text-decoration:underline;color:red} \n');
document.write(' A:visited {text-decoration:underline;color:black} \n');
document.write(' A:hover {text-decoration:underline;color:red} \n');

document.write(' A.white:link {text-decoration:underline; color:white} \n');
document.write(' A.white:visited {text-decoration:underline;color:white} \n');
document.write(' A.white:active {text-decoration:underline;color:red} \n');
document.write(' A.white:hover {text-decoration:underline;color:red} \n');

document.write(' table{font-family:arial;font-size:12px;color:black} \n');

document.write(' </style> \n');
