document.write('<style>');
document.write(' A:hover {text-decoration:font-weight:bold; color:red;}');
document.write(' A:link {color:black}');
document.write(' A:visited {color:black}');
document.write(' A:active {color:red} ');

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

document.write(' A.whitelink:link {color:white;  }');
document.write(' A.whitelink:visited {color:white;  }');
document.write(' A.whitelink:active {color:white;  } ');
document.write(' A.whitelink:hover {color:yellow;  }');

document.write(' A.opcionlink:link {color:black;  }');
document.write(' A.opcionlink:visited {color:black;  }');
document.write(' A.opcionlink:active {color:red;  } ');
document.write(' A.opcionlink:hover {color:red;  }');
document.write(' table.texto {font-family: Arial; color:black; font-size:12}');
document.write('</style>');