body {background-color: white}

h1,h3
{
  text-align: center;
  font-family: arial;
}

h2
{
  text-align: center;
  font-family: arial;
  text-decoration: underline;
}

p.margin {margin: 10px 10px 10px 10px}

p.quote
{
  font-style: italic;
  font-size: x-small;
  margin-left: 20px;
  margin-right: 10px;
}

p {font-family: arial}

ul {font-family: arial}

td {
    background-color: blue;
    color: white;
    text-align: left;
   }

th {
    background-color: #882200;
    color: black;
    text-align: center;
   }

a:link     {
            color: orange;
            text-decoration: underline;
           }

a:visited  {color: darkorange}
a:hover    {
            color: blue;
            background-color: yellow;
           }
a:active   {color: springgreen}
