body {
			background-color: #b2bd91;
			font-family: Palatino Linotype, serif;
			font-size: 12px;
			margin: 0px;
		}
		table, td{
			border: none;
			border-collapse: collapse;
			vertical-align:top;
		}
		
		#navrow td {
			border-top: 1px solid black;
			border-bottom: 1px solid black;
		}
		
		table#nav td{
			text-align: center;
			border: none;
			border-left: 1px solid black;
			width: 100px;
		}
		table#nav td:first-child {
			border: none;
		}
		
		
		
		.pebbles {
			background-image: url('../images/pebbles1_texture.jpg');
		}
		
		.ferns {
			background-image: url('../images/ferns.jpg');
		}
		
		.bodyarea {
			width: 400px;
		}
		
		em {
			font-weight: bold;
			font-style: normal;
		}
		
		ul {
			list-style-image: url('../images/star.gif');
		}
		
		#copyrow td{
			border-top: 1px solid black;
			border-bottom: 1px solid black;
			font-size: 10px;
		}
		
		a:active.nav, a:visited.nav, a:hover.nav, a:link.nav {
			color: #000000;
			text-decoration: none;
		}
		
		em.work {
			font-weight: normal;
			font-style: italic;
		}