.menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #000000;
}
.body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.copyright {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333333