BODY {
       background-color: #FADF90;
       color: #000000;
       font-size: 9pt;
       font-family: arial;
     }

.posts {
         background: #ffffff;
	 background-image: url(/graphics/posts-background.jpg);
         right: 0;
	 top: 0;
	 width: 280px;
	 bottom: 0;
	 margin: 0;
	 padding: 0;
         font-family: Arial, sans-serif;
         font-size: 76%;
         font-weight: bold;
         text-align: left;
       }

P {
    font-family: arial;
    font-weight: bold;
    margin-left: 10%;
    margin-right: 10%;
    color: red;
    text-align: center;
  }

H1 { text-align: center }

.address {
           font-weight: bold;
	   color: green;
	   white-space: nowrap;
	 }

.photo {
	 width: 300px;
	 height: 520px;
	 float: left;
	 margin: 0;
	 padding: 0;
       }

.main {
	padding: 0;
	margin: 0;
      }

.bish {
        float: right;
      }

.valid {
         position: absolute;
         bottom: 0;
       }

.tail {
        width: 100%;
	background-color: black;
	color: white;
	text-align: right;

      }
