/* General */
body { font-family: Arial, Helvetica; font-size: small; }
table, td, tr { font-family: Arial, Helvetica; font-size: small; }

/* Links */
:link { color: rgb(0, 0, 153); }  /* for unvisited links */
:visited { color: rgb(153, 0, 153); } /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */

/* Cabeceras */
h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }


