/* 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 {
	font-family: comic sans ms, Verdana, Helvetica, sans-serif ;
	color: purple;}

h1 {
	font-family: comic sans ms, Verdana, Helvetica, sans-serif;
	color: green ;
	text-align: center }

a:link {
	color: green ;
	background: rgb(255, 153, 0) }
a:visited {
	color: red ;
	background: rgb(255, 153, 0) }
a:hover {
	background: rgb(255, 255, 0) }
