body {
	
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	background-color:#99CC00;
	
}
ul.navbar {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 350px;
    left: 820px;
    width: 150px}	

ul.navbar li {
	background: #99cc00;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 1em solid #ff3300;
}
  ul.navbar a {
    text-decoration: none }
  a:link {
	color: #000000;
	text-decoration: none;
}
  a:hover {
	background-color: #FF3300;
}
  a:visited {
    color: #000000}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-weight: normal;
}

 address {
    margin-top: 1em;
    padding-top: 1em; }
#name1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 60px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	position: absolute;
	top: 50px;
	width: 700px;
	text-align: center;
	left: 100px;
	line-height: normal;
}
#content {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	position: absolute;
	top: 115px;
	width: 700px;
	text-align: left;
	left: 100px;
	line-height: normal;
}

