@charset "utf-8";
.nav:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}

.nav:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}

.nav:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
}
