/* Public Entry Style Sheet */

h1 {
	font-family: Georgia, Times, serif;
}

p {
	line-height: 1.7em;
	color: #444;
}

li {
	line-height: 1.7em;
	color: #444;
}

a:link 		{ color: #03c; text-decoration: none; }
a:visited 	{ color: #03c; text-decoration: none; }
a:hover   	{ color: #009; text-decoration: underline; }

