
body {
  color: white;
  background-color: black;
  font-family: "Arial" sans-serif;
  margin: 1em;
}
a:link { color: #aaf; }
a:visited { color: #33f; }
a:active { color: #fff; }


h2:first-letter {
  color: green;
  font-weight: bolder;
  font-size: 120%; 
}

h2 {
  color: yellow;
}

li {
  line-height: 16pt;
}

p.nota { font-size: small; font-style: italic; }