.title {
	font-size: large;
	font-family: "Courier New", Courier, mono;
}
a {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #990033;
	text-decoration: underline overline;
}
p, body {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-weight: bold;
	color: #990033;
	text-decoration: underline overline;
}
a.menu {

	font-family: "Courier New", Courier, mono;
	font-size: larger;
	font-weight: bold;
	color: #990033;
	text-decoration: underline overline;
}
li a {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
}