
body { color: yellow; background-color:maroon; font-family:arial; }
h1 { font-size:16pt;  }
p  { font-size:12pt;  }
a  { color:yellow; text-decoration:underline; }
a:hover { color:maroon; text-decoration:underline; background-color:yellow; }
