.menu {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold italic;
	color= #85743F;
}

A.menu:link {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	cursor: hand;
	font-weight: bold;
        color= #85743F;
	text-decoration: none
}

A.menu:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	cursor: hand;
	font-weight: bold italic;
        color= #85743F;
	text-decoration: none
}

A.menu:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	cursor: hand;
	font-weight: bold;
	color= #85743F;
	text-decoration:  none;
}