/* the styles in a separate style sheet */
body {
  padding-left: 11em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: purple;
  background-color: #EE99AA }
 ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
 h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
   background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black;

  }
 ul.navbar a {
  text-decoration: none }
 a:link {
  color: blue }
 a:visited {
  color: red }
 address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
 a:hover {
   color: green;
   font-size: 125%;	
}
 li:last-of-type {
font-family: "Apple Chancery", cursive;

}
h2 {
	background-color: rgb(128,0,128);
	color: rgb(255,255,255,0.7);
	letter-spacing: 10px;
	word-spacing: 12px;
}

h1 {
	background-color: rgb(255,255,255);
	color: rgb(128,0,128,0.5);
	font-style: bold;
	font-variant: small-caps;
	text-align:center;
}
div#content {

	font-family: "Comic Sans MS", cursive;
	font-size: 25px;
}

