body {
   color: black;
   background: #f0fff0;
   margin-left: 10%;
   margin-right: 10%;
   font-family: sans-serif;
}

h2 {
   position: relative;
}

h1, h2 {
   color: #FFFFFF;
   background: #004000;
   text-align:center;
}

h3 {
   font-style: italic;
}

a {
   color: #00c000;
   background: inherit;
}

a:link {
   color: #006000;
   background: inherit;
   text-decoration:none;
}

a:visited {
   color: #005000;
   background: inherit;
   text-decoration: none;
}

a:active {
   color: #006000;
   background: inherit;
   text-decoration: none;
}

a:hover {
   color: #009000;
   background: inherit;
}

p.back {
   border-top: solid blue;
   padding-top: 1ex;
}

img {
   border: none;
}

li {
   padding-top: 2ex;
}

