@charset "utf-8";
html {
  background:maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat;
  color: white;
  text-rendering: optimizeLegibility;
  min-height: 100%;
  max-height:100%;
  overflow:hidden
}
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:95%
}
a:hover img {border:0}
/*
a:link {}
a:visited {}
a:hover {}
a:active {} */