   body { 
      background-image: url(https://www.erzo.org/~appel/graphics/paper-back.jpg);
}

   h2 {
     font-family: Georgia;
     font-size: 24px;
#     font-style: italic;
     color: #ff0000;
   }
   
   h3 {
     font-family: Georgia;
     font-size: 16px;
     font-style: italic;
     color: #ff0000;
   }
   

   p {
#     font-size: 18px;
   }
   pre {
#     font-size: 18px;
   }
  a:link              { color:red; text-decoration:underline; }
  a:visited           { color:red; text-decoration:underline; }
  a:hover             { color:red; text-decoration:underline; }
  a:active            { color:red; text-decoration:underline; }

