@charset 'UTF-8';
body { margin: 0; padding: 0 }
a:link    { color: lime  ; background-color: transparent }
a:visited { color: yellow; background-color: transparent }
a:active  { color: white ; background-color: transparent }
a:hover   { color: aqua  ; background-color: transparent }
h1 { text-align: center } 
h1, h2, h3, h4, h5, h6, p, dl { margin: 12pt }
.center { text-align: center }
