@import url("textfont.css");

body
{
   color           : #c8e078;
   background-color: #000000;
   /* Contrast 14.38, https://dequeuniversity.com/color-contrast */
}

a:link    {color: #00dddd; }
   /* Contrast 12.38, https://dequeuniversity.com/color-contrast */
a:visited {color: #ff6000; }
a:active, a:hover
{
   color           : #5555ff;
   /* Contrast 4.12, https://dequeuniversity.com/color-contrast */
}

table
{
   text-align: center;
}

H1 {font-size       : 14pt;}
H2 {font-size       : 13pt;}
H3 {font-size       : 12pt;}
p  {font-size       : 11pt;}
H4 {font-size       : 10pt;}
H5 {font-size       :  9pt;}
H6 {font-size       :  8pt;}
