
			body {
			     background-color: white;
			     margin-left: 10%;
	                     margin-right: 10%;
			     padding: 10px 10px 10px 10px;
	                     font-family: sans-serif;
				}                             
			#nav {font-size:small;
			background-color: #996600;
			width: 250px;
			padding: 5px; margin: 7px; float: right
			}
			
			#inset {
			     float: left;
                             width: 350px;
			     text-align: center;
			     padding: 7px;	
			     background-color: yellow;
			     border: 6px outset blue;
                             margin-right: 7px;
				  }
			#footer {
			font-size:smaller
			}
				  

			p.byline {font-weight: lighter;
			border-bottom: thin solid gray; 
			
			}

			p.caption {font-size: small;
			 font-style: italic;}
				  

			     
			</style>