body
{ background-color : #000000;
}

H1
{ 
  color : red;
  text-align : center;
}

H2
{ 
  color : white;
}

H3
{ 
  color : white;
}

H4
{ 
  color : white;
}

H5
{ 
  color : white;
  font-size : 12pt;
}

H6
{ 
  color : white;
}

a:link
{ 
  font-size : 12pt;
  text-decoration : none;
  color : lime;
}

a:hover
{ font-size : 12pt;
  text-decoration : none;
  color : red;
}

