nav.menu {
	background-color: black;
	color: white;
	text-align: center; }

nav.menu>a {
	display: inline-block; /* otherwise we cannot set width */
	/* width: 150px; */
	border: 2px solid black; 
	background-color: black;
	text-decoration: none;
	color: white; 
	padding: 5px; }

nav>a:hover {background-color: gray; }

#photo {
	float: left;
	border: 0px;
	margin: 8px; }

#html5css3 {
	float: left;
	border: 0px; }

#vi {
	float: right;
	border: 0px; }

dt {
	font-style: italic; }

dd {
	margin-bottom: 1em; }
