html {
  background: maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat;
/*  color: white;
  font-style: italic;*/
  text-rendering: optimizeLegibility;
  min-height: 100%;
}
html,body {margin:0;padding:0;height:100%}
body {font-family:verdana,arial,sans-serif;font-size:100%}
h1, h2, h3 {font-family:'Lucida Sans Unicode','Lucida Grande','Trebuchet MS',sans-serif}
h1 {font-size:190%}
h2 {font-size:150%}
h3 {font-size:120%}

sub {vertical-align:sub}
sup {vertical-align:super}

pre,code,tt,kbd {
	font-family:'DejaVu Sans Mono','Andale Mono','Bitstream Vera Sans Mono',monospace,serif;
	font-size:90%
}
.pre,.code {white-space:prewrap}
/*
tr:nth-child(odd) {}*/


a:hover img {}

a:link {}
a:visited {}
a:hover {}
a:active {}
