.menu {
    font-size: 0.8em;
    line-height: 2em;
}

.menu H1 {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
}

.menu span {
    width: 100%;
    display: block;
}

.menu p {
    padding-left: 1em;
}

.menu form input {
	color: black;
	background: white;
	border: 1px solid #61574b;
	outline: 1px solid white;
	width: 10em;
	height: 1.2em;
	display: block;
	margin-bottom: 1em; 
}

.menu fieldset{
	border: 0;
	padding: 0;
	margin: 0;
	}

.menu .login{
	font-size: 1em;
	line-height: 1.2em;
	border: 1px solid #61574b;
	outline: 1px solid white;
	background: white;
	color: #61574b;
	font-weight: bolder;
	height: 2em;
	width: 10em;
	}
	
.menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-left: 1em solid white;
	padding-left: 1em;
}

.menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-left: 1em solid white;
	padding-left: 1em;
}

.menu a:hover {
	background: white;
	color: #61574b;
	text-decoration: none;
	font-weight: bold;
	border-left: 1em solid white;
	padding-left: 1em;
}