h1 {
	font-family: Georgia;
	color: #333333;
	font-weight: normal;
}
h3 {
	font-family: Georgia;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

h2 {
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}

a:link {
	font-family: Georgia;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
a:hover {
	font-family: Georgia;
	font-weight: normal;
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	font-family: Georgia;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Georgia;
	color: #000000;
	text-decoration: none;
}
body {
	list-style-image: url(images/bullet.png);
}
