.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: left;
}
.bold {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
ul {
	list-style-type: square;
	list-style-image: url(list.png);
}
