.HighlightText {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #930;
	background-color: #FF6;
	font-weight: normal;
}
.header {
	margin: auto;
	width: 900px;
}

a:link {
	color: #060;
	text-decoration: none;
}
.regularText {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #500602;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: none;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #060;
}
