#body 
{

margin: 0px auto; 
width: 770px;
padding: 0px; 
font: 13 tahoma; 
background-color: #E1EAFD;
text-align: center;


}



a.menu {text-align:center;  font:bold 12 tahoma; color: #003565; text-decoration: none; padding-left:5px; padding-right:5px;}
a.menu:hover {color: white; background-color: #003565; text-decoration: none; }
a.menu:active {color: white; background-color: #003565; text-decoration: none; }

a.lng {text-align:center;  font: 10 tahoma; color: #808080; text-decoration: none;}
a.lng:hover {color: black; text-decoration: underline; }
a.lng:active {color: black; text-decoration: underline; }




input.people{
  font: 10 tahoma; 
	color: black;
	background-color: white;  
	border: 1px solid #B3C7D6;
  margin-left: 10px;
  width: 70px;
}

input.logbutton{
  font: 9 tahoma; 
	color: black;
	background-color: white;  
	border: 1px solid #B3C7D6;
  margin-left: 5px;
  width: 40px;
}



