html, body, p {
	font-family: Georgie, Times, serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: .9em;
}

a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

h1 {
	font-size: 4em;
	margin-bottom: .3em;
}
	
h2 {
	font-size: 2em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
}
