body {background-color: khaki; }

a { color: #00008B; 
		text-decoration: none;
		font-family: Arial,sans-serif;
		font-size: small; }
a:hover { color: #006400; }

h1 {color: #191970; }

address { font-size: small;
					text-align: right; }
address a {font-size: small }

#content { font-size: small; }

.backto { font-family: Arial,sans-serif;
					font-size: x-small; }

.leftcontent { position: relative;
						 	 left: 50px;
							 top: 20px;
							 width: 75%;
							 background: #c3d7d7;
							 font-family: Arial,sans-serif;
							 padding: 5px;
							 line-height: 150% }
							 
.rightcontent { position: relative;
								left: 150px;
								top: -80px;
								width: 70%;
								background: #ffffff;
								font-family: serif;
								padding: 5px; }							 