body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
}
a:link , a:visited {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #FF9900;
  text-decoration: none;
}
.inline1 {
  display: inline-block;
}

/* Header */
#header {
	background-color: #32AE4D;
	border-style: solid;
	border-width: 1px;
	border-color: #A8C0FF;

	font-size: 200%;
	font-weight: bold;
}
#logo {
	border: 0px;
	height: 50px;
}
#title{
	position: absolute;
	top: 15px;
	right: 50px;
}
#msg, #msg1, #msg2 {
  color: #00BB00;
  font-weight: bold;
}

/* Navigation */
#nav {
	margin-bottom: 50px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
	float: left;
	width: 20%;
}
#nav a:link, #nav a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #98bf21;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-color: #7A991A;
}

/* Section */
#userb, #frigo {
  margin-left: 20px;  
}
