body{
background-color: rgb(204,203,220);
font-family: "Arial", serif;
font-size: 8pt;
color: rgb(72,72,72);
}
table{
font-size: 8pt;
font-family: "Arial", serif;
color: rgb(72,72,72);
}
a:link{
color: rgb(255,102,163);
text-decoration: none;
}
a:visited{
color: rgb(255,102,163);
text-decoration: none;
}
a:hover{
color: rgb(255,0,102);
text-decoration: none;
}
.titulo{
color: rgb(255,0,102);
font-weight: bold;
}
.destacado{
color: rgb(255,0,102);
font-weight: bold;
}

<!--
BODY {
scrollbar-3dlight-color: #CCCBDC;
scrollbar-arrow-color: #FF0066;
scrollbar-darkshadow-color: #FF0066;
scrollbar-face-color: #CCCBDC;
scrollbar-highlight-color: #CCCBDC;
scrollbar-shadow-color: #FF0066;
scrollbar-track-color: ##CCCBDC;; 
}
-->