gostaria de saber se é possível mudar a cor de RESUMO e do resultado de busca <link href="css/folha_estilos.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #000000}
.style5 {font-size: 16pt;
font-weight: bold;
}
-->
</style>
</head>
<body>
<script src="js/busca.js"></script>
<script language="javascript">
function print_result (possible_points) {
document.write('<br>');
document.write('<table width="95%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="9%" align="center"><a href="t/' + this.url + '" class="titulo_bold" target="_blank"></a><br>');
document.write('<a href="t/' + this.url + '" class="titulo_bold" target="_blank"></a>');
document.write('</td>');
document.write('<td width="91%">');
document.write(' <a href="t/' + this.url + '" class="titulo_bold" target="_blank">');
document.write(this.title);
document.write(' <br>');
document.write(' </a>');
document.write('<a href="t/' + this.url + '" class="titulo" target="_blank">');
document.write("TEXTO COMPLETO");
document.write(' <br>');
document.write(this.description);
document.write(' <a href="resumo/' + this.url + '" class="titulo" target="_blank">');
document.write ('<BR>');
document.write ("RESUMO");
document.write ('<BR>');
document.write(this.description);
document.write(' </a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
function no_entry_printed (the_query) {
document.write("<br>Nenhum registro foi encontrado");
}
function print_intro (the_query) {
if (the_query != '1SHIU') {
document.write("");
}
}