/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

    <style>
    .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
body {
  background-image: url("graphics/paper_background.png"); 
  background-repeat: repeat;
}
  a:link {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
body {
  font-family: Bookman Old Style, Arial, Courier, sans-serif;
}
h1 {
  color: black;	font-size: 48px
		}
h2 { 
	color: black; font-size: 32px
		}
h3 {
	color: black; font-size: 20px
		}
h4 {
	color: black; font-size: 12px		
		}
h5 {
	 color: black; font-size: 10px		
		}
h6 {
	 color: black; font-size: 8px		
		}   
.centered-container {
  text-align: center;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
img {
  display: block;
  margin: auto;
  width: 1100;
}
</style>