body {
	text-align: center;
}

div.menu {
	font-size: large;
	float: left;
	width: 44%;
}

div.message {
	float: right;
	width: 54%;
	line-height: 1.5em;
}

div.emvironment {
	font-size: small;
	line-height: 1.2em;
	margin-bottom: 1em;
}

div.comment {
	clear: both;
	font-size: medium;
	text-align: left;
	line-height: 1.2em;
	visibility: hidden;
	position: absolute;
	background-color: #ffffcc;
	color: #000000;
	border-width: 3px;
	border-style: double;
	border-color: #000000;
	padding: 0.1em;
	width: 15em;
}

hr {
	width: 60%;
}

