<style type="text/css">

  /* standard tags */
 h1       { text-transform: uppercase; }
 body     { margin-left: 4%; margin-right: 4%; TEXT: "#000000"; LINK: "#0000FF"; VLINK: "#000080"; ALINK: "#FF0000"; text-align: center; }

  /* persona styles */
 .normal  { background: #6666FF; }
 .intens  { background: #FF0055; }
 .kinder  { background: #CCFFCC; }
 .primar  { background: #FFEE88; }
 .cerrado { background: #CCCCCC; }
 .pleca   { color: #C61818 }
 
  /* links */
 :link    { color: rgb(0, 0, 153) }
 :visited { color: rgb(153, 0, 153) } /* for visited links */
 :active  { color: rgb(255, 0, 102) } /* when link is clicked */

</style>