body {
 	padding-left: 11em;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	color: red;
  	background-color: black;
  	background-image: url("piercedcat.jpg");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
  	border: "5px solid #ffffff";
  	
    	}

h1 {
  	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  	}
  
ul.navbar {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	position: absolute;
  	top: 2em;
  	left: 1em;
  	width: 9em;
  	}	
        
ul.navbar li {
  	background: #282828;
  	margin: 0.5em 0;
  	padding: 0.3em;
  	}
ul.navbar a {
  	text-decoration: none;
  	}
a:link {
  	color: red;
  	}
a:visited {
  	color: gray;
  	}
a:hover {
	color: white;
	}
  
address {
  	font-size: .7em;
  	text-align: center;
  	margin-top: 1em;
  	padding-top: .5em;
  	padding-bottom: .5em;
  	border-top: thin solid;
  	border-bottom: thin solid;
  	}
