

body
{
	  
 	 
 	font-family : Verdana ;
	Background-Color : white;
	 
}
 

 
a {  
	color: #000000;
	text-decoration: underline;
	}	
a:visited {
	color: #336699;
	text-decoration: underline;
	}
a:hover {
	color: red;
	text-decoration: none;
	}		

 

 .infobulle
{
position: absolute; 

 
 
 
visibility : hidden;
 
padding: 10px;
font-family: Verdana, Arial;
font-size: 10px;
background-color: #E4EDDD;
 
}

#loading {
 	width: 230px;
 	height: 100px;
 	background-color: #E4EDDD;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}
