document.write(' <style> \n');
document.write(' 	body {scrollbar-face-color: #BD2131; scrollbar-highlight-color: white ;scrollbar-3dlight-color: #D3D8EC; scrollbar-darkshadow-color: #DCDCDC; scrollbar-shadow-color: #023468; scrollbar-track-color: white ;scrollbar-arrow-color: white;} \n');

document.write(' 	A:link {color:#0000c0} \n');
document.write(' 	A:visited {color:#0000c0} \n');
document.write(' 	A:active {color:red}  \n');
document.write(' 	A:hover {color:red} \n');

document.write(' 	A.menunegro:link {color:black} \n');
document.write(' 	A.menunegro:visited {color:black} \n');
document.write(' 	A.menunegro:active {color:red}  \n');
document.write(' 	A.menunegro:hover {color:red} \n');

document.write(' 	A.menublanco:link {color:white} \n');
document.write(' 	A.menublanco:visited {color:white} \n');
document.write(' 	A.menublanco:active {color:black}  \n');
document.write(' 	A.menublanco:hover {color:black} \n');

document.write(' 	A.blacklink:link {color:black} \n');
document.write(' 	A.blacklink:visited {color:black} \n');
document.write(' 	A.blacklink:active {color:red}  \n');
document.write(' 	A.blacklink:hover {color:red} \n');
document.write(' </style> \n');
