
body { 
margin: 0px
background: white;
color: black;
}

span { color: blueviolet}

a:link { color: blueviolet}
a:active { color: black}
a:visited  { color: black}

table { font-size: 16px; line-height: 24px }

h1 { 
color: darkviolet;
background-color: black;
font-size: 24px;
font-weight: normal }