body     {margin: 25px;
          background: antiquewhite}

h2       {font-size: 125%;
          color: darkblue;
          font-weight: bold}

h3       {font-size: 110%;
          font-weight: bold;
          color: blue;
          margin-left: 15px}

p.rant   {margin-left: +15px;
          Margin-right: +15px}

a:link    {color:navy;
           font-weight: bold}
a:active  {color: maroon}
a:visited {color: purple;
           font-weight: bold}

@media screen {
h1       {font-size: 145%;
          padding: 3px 7px 3px 7px;
          background-color: darkblue;
          color: antiquewhite;
          text-align: center}
}

@media print {
h1       {font-size: 145%;
          text-align: center;
          color: darkblue}
}

