*{
margin 0;
border 0;
padding 0;
}

body {
	font-family: Georgia, "Times New Roman",
        Times, serif;
	color: #000000;
	background-color: #BFE8FB;
	text-align: justify;
	padding-left: 200px;
	margin-left: 60px;
	width: 600px;
	border-top-color: #ECE9D8;
	border-collapse: separate;
}
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 1em;
  position: absolute;
  top:12em;
  left:0em;
  width: 9em }
h1 {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color: #000000;
	float: none;
	width: 600px;
	text-align: center;
}
h3 {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 600px;
	text-align: center;
}

ul.navbar li {
  background: white;
  margin: 0.1 em 0;
  padding: 0.2em;
  border: 0.15em solid black }
ul.navbar a {
  text-decoration: none }
a:link {
  color: black }
a:visited {
  color: black }
