body {
	color: white;
	background-color: #0080FF;
	text-align: center;
	margin: 2%;
	list-style: none;
	list-style-image: none;
 	font-size: 200%;
  
}

img { 
    width: 25%; height: auto 
}

b{
	text-align: left;
	text-decoration: none;
}

h1{
  	font-family:Courier New;
}

#zoom{
	border: black dotted 10px;                  
}


#nav a{
    margin-top:15px;
	width:33.3%;	
	display:inline-block;
	float:left;
	text-align:center;
	text-decoration:none;
	color:white;
	height:55px;
	font-size: 125%;
}
#nav a:hover{
    background-color:#95a5a6;
}	
h1:hover{
    background-color:black;
}
a:hover{
    background-color:#95a5a6;
}
b:hover{
    background-color:orange;
}
#hausi a{
    text-decoration: none;
    color: white;
}
#hausi a:hover{
    background-color:#FF0000;
}