

   a:link   { color: blue; text-decoration: none }

 a:active {  color: #FFFF00;  text-decoration: underline;  }

a:visited   { color: teal; text-decoration: none }

  a:hover  { color: lime; text-decoration: underline }
.12pix-15   { font-size: 12px; line-height: 160% }
.10pix-2em  { font-size: 10px; line-height: 150% }

