body {
	font: 11px/16px verdana, arial, sans-serif;
}

h1 {
	font: 26px georgia, times new roman, serif;
	color: #009900;
}

h2 {
	font: 16px georgia, times new roman, serif;
	font-weight: bold;
	color: #009900;
}

h3 {
	font: 12px georgia, times new roman, serif;
	font-weight: bold;
	color: #009900;
}

a:link {
	color: #009900;
}

a:visited {
	color: #777777;
}

ul {
	margin-left: 5px;
	list-style: none;
	padding-left: 1em;
	list-style-image: url(img/arrow.gif);
}

blockquote {
	border: 1px solid #009900;
	padding: 10px;
	margin: 5px;
}