@charset "ISO-8859-1";

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
}
img {
	border: 0;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	list-style-type: disc;
	list-style-image: url(images/listbullet.gif);
	line-height: 1.5;
}
