body {background-color: #f5deb3;
      background-image: url(pp_bg.jpg);
      background-repeat: repeat;
      color: black }

h1   {text-align: center;
      border-style: inset;
      border-color: green;
      border-width: medium;
      font-size: 3em;
      color: #1a400f;
     }

a        { color: blue; }
a:active { color: red; }
a:hover  { color: yellow;
           font-size: 1.1em; }
a:visit  { color: blue; }

.center { text-align: center; }
.content { position: absolute;
	   top: 12%;
	   left: 10%; }
.right  { text-align: right; }
.navbar	{ position: absolute;
	  top: 15%;
	  left: 0%: }

img	{ padding: 10px; 
	  border-color: black;
	  border-style: solid;
	  border-width: thin; }


