A:link { text-decoration: none; 
		color: green }
A:hover { text-decoration: underline }
A:active { text-decoration: underline; 
		color: olive}
A:visited { text-decoration: none; 
		color: olive}
body { background: url(websiteVine.jpg) no-repeat scroll 200px -10px}
H1 { color: green;
	font-family: verdana, 'century gothic', arial, sans-serif;
	font-style: italic;
	padding-bottom: 10px
	}
H2 { color: green; 
	font-family: impact, arial, sans-serif;
	padding-left: 100px;
	/*padding-top: 43px*/}
H2.people { padding-left: 0}
P {padding-left: 100px;
   /*margin-left; 100px*/
   }
p.images { text-align: left }
p.images img { margin: 1em 1em; border: none}
img { border: none }
table.images a img { border: none; padding : 0px }
HR { color: green; background: green; height: .5em; width: 75%; margin-left: 100px; text-align: left }
TABLE.nav {border-right-width: 3px; 
             border-left-width: 3px;
             border-top-width: 3px;
             border-bottom-width: 3px;
             border-color: olive;
             border-style: solid;
		 font-weight: bold;
		 color: white
		 }
TABLE { margin-left: 10px}
UL { 	padding-left: 100px;
	margin-left: 100px}
UL#navigation { 
	width: 12em;
	border: 3px solid olive;
	margin: 0px;
	padding: 0px;
	list-style: none}
UL#navigation li {
	/*list-style: none outside;*/
	background-color: green;
	border-top: 1px solid white;
	border-right: 1px solid white;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	}
UL#navigation li a{ 
	color: white;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-weight: bold;
	/*border-bottom: 1px solid white;*/
	}
UL#navigation a:hover { background-color: olive}
UL#navigation li#youarehere { background-color: olive}