body {
	padding-left: 11em;
	font-family: "Courier New", Courier, monospace;
	color: white;
	background-color: black;
	background-image: url(/bg_title.jpg);
	background-repeat:no-repeat;
}
ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 150px;
	left: 275px;
	width: 463px;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: black;
	position:absolute;
	left: 11px;
	top: 97px;
	line-height: 0px;
}

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color:white;
}  
ul.navbar a {
  text-decoration: none }
a:link {
  color: white }
a:visited {
  color: white }
address {
  margin-top: 1em;
  padding-top: 1em;}
