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(images/bullet.gif);
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.text2 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #333333;
	font-weight: bold;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color: #9999FF;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bolder;
	color: #CC0000;
}
