document.write(' <style> \n');

document.write('	body,table{font-family: arial; font-size:13px}\n');
document.write('	body {scrollbar-face-color: #D5C062; scrollbar-shadow-color: black; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #D0D0D0; scrollbar-darkshadow-color: black; scrollbar-track-color: #B2C3C3 ;scrollbar-arrow-color: white;} \n');

document.write(' 	A:link {color: #000000; text-decoration:underline} \n');
document.write(' 	A:visited {color: #000000; text-decoration:underline} \n');
document.write(' 	A:active {color: #000000; text-decoration:underline}  \n');
document.write(' 	A:hover {color: #08296B; text-decoration:underline} \n');

document.write(' 	A.negro:link {color:black;text-decoration:none} \n');
document.write(' 	A.negro:visited {color:black;text-decoration:none} \n');
document.write(' 	A.negro:active {color:black;text-decoration:none}  \n');
document.write(' 	A.negro:hover {color:#ED5F09;text-decoration:none} \n');

document.write(' </style> \n');
