body {
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#footer {
	font-size: 80%;
	color: #909090;
	text-align : center;
}

.menu {
text-align : right;
}

a.mitem:link {
  border : 1px solid #909090;
  color : #909090;
  text-decoration: none;
  background : white;
}

a.mitem:visited {
  border : 1px solid #909090;
  color : #909090;
  text-decoration: none;
  background : white;
}
a.mitem:hover {
  border : 1px solid white;
  color : white;
  text-decoration: none;
  background : #909090;
}

a.mitem:active {
  border : 1px solid #909090;
  color : #909090;
  text-decoration: none;
  background : white;
}


