.title {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;

}

.menu {
	font-family: "Courier New", Courier, mono;
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FF0000;


}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;

}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;

}

a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;

}
