* {
	font-family: arial;
}

body {
	left-padding: 5%;
	right-margin: 5%;
}
	
.menu {
	/* list-style: none; */
	/* border: 1px black solid; */
}
/*  A:link, A:visited, A:active */
.here {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a:hover.here {
	color: none;
	text-decoration: underline;
}
.menu li {
	/* float: left; */
	display: inline;
	border: 1px;
}
