.large {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
}

.normal {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}

.normal a {
	color: #0a0;
	font-weight: bold;
	text-decoration: none;		
}

.normal a:hover {
	color: #000;
	text-decoration: underline;
}

.comment {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
}
