h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
body {
	background-color: #FFFFCC;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333333;
}
li {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333333;
	list-style-image: url(webimages/bullet.gif);
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
