/* My first attempt at a stylesheet, used for Poconos 2004 pictures */
/* It's kind of improvised, and doesn't look quite right because it */
/* doesn't have structures like "div.foo" and so forth, but I'll get*/
/* it right at some point.     */
/* K Simler, 24 December 2004 */

body {
	padding-left: 7em;
	font-family: comic sans ms, Verdana, Helvetica, sans-serif ;
	color: purple;}
ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5em;
	left: 1em;
	width: 7em}

h1 {
	font-family: comic sans ms, Verdana, Helvetica, sans-serif;
	color: green ;
	text-align: center }

ul.navbar li {
	background: rgb(225,225,225);
	margin: 0em 0;
	padding: 0.8em;
	border-right: 0.5em solid black }

ul.navbar a {
	text-decoration: none }

a:link {
	color: green ;
	background: rgb(225,225,225) }
a:visited {
	color: red ;
	background: rgb(225,225,225) }
a:hover {
	background: rgb(185, 185, 185) }
