A:link{color:#000000;text-decoration:none}
A:visited{color:#000000;text-decoration:none}
A:hover{color:#3300CC;text-decoration:underline}
A:active{color:#FF0000;text-decoration:underline}
body
{
background:#f0f0f0
<!--barras de desplazamiento-->
scrollbar-face-color: #f0f0f0;
scrollbar-arrow-color : #CCCCCC;
scrollbar-base-color : #f0f0f0;
scrollbar-shadow-color : #ffffff;
scrollbar-highlight-color : #CCCCCC;
}

estilos del sitio empanadas 5

scrollbar-face-color: #665566;
scrollbar-arrow-color : #CCCCCC;
scrollbar-base-color : #555555;
scrollbar-shadow-color : #555555;
scrollbar-highlight-color : #CCCCCC;


body gris bien clarito background:#f0f0f0
vinculos en negro sin subrayado color:#000000;text-decoration:none
sobre azul oscuro con subrayado color:#6600cc;text-decoration:underline
visitados negro sin subrayado color:#000000;text-decoration:none
activos negro con subrayado color:#000000;text-decoration:underline
celdas celeste claro y blanco
parte del head:
<SCRIPT LANGUAGE="JavaScript">
 
// Menu celdas  
function menuchange(thatform) {
	top.location.href = thatform.linkmenu.options[thatform.linkmenu.selectedIndex].value;
	return true;}
function sobre(src,Color) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = Color;}}
function fuera(src,Color2) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = Color2;}}
function pulsar(src) {
    if(event.srcElement.tagName=='TD'){
	  src.children.tags('A')[0].click();}}
      
// 

parte del body:

</SCRIPT>

<tr>
<TD onClick="pulsar(this)" onMouseOut="fuera(this,'#ffffff');" 
onMouseOver="sobre(this,'#ccffff');" BGCOLOR="#ffffff" width="90" align="left">
  <p align="left"><font face="Arial" size="2" color="#000000">&nbsp;&nbsp; </font>
  <a CLASS="menu" HREF="mailto:ZZ@ZZ.com">
  <FONT FACE="Arial" SIZE="2" COLOR="#000000">texto aca</FONT>
  </a>
  </p>
</TD></tr>
