  body {
   padding-left: 12em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: white;
background-image:
url('http://img.photobucket.com/albums/v205/izumizagari/space.jpg');
background-repeat: repeat
}
	ul.navbar {
	 list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 10em }
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
		  ul.navbar li {
    background: darkblue;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid blue}
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: white }
  a:visited {
    color: white }
	  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }