a:link { color: #393; }
a:active { background: #cfc; }
a:hover { background: #cfc; }
a:visited { color: #060; }

address { margin-left: 1em; }

body {	background: #fff;
	color: #060;
	margin: 1em 3em; }

h1 { 	color: #06c; 
	font-family: "Comic Sans MS", sans-serif, cursive;  }

h1, h2, h3 { font-family: "Comic Sans MS", sans-serif, cursive; }

hr 	{ 
color: #933; 
border: groove 3px; 
}

li:first-letter	{ font-weight: bolder; }

p:first-letter {
/*	font-weight: bolder;*/
	font-size: larger; }
	
