body {font-family:Arial,Tahoma,sans-serif;}

h1
{color:red;
font-family:Tahoma,Arial,sans-serif;

}

.navi_ul {
	background-color:red;
	list-style-type:none;
	padding:20px;
	height:15px;
}
.navi_li {
	float:left;
	background-color:white;
	margin-top:3px;
	padding:8px;
	
	
}

.rundes_img{
	
	border-radius:50px;
	
}


.rundes_grau{background-color:#CCCCCC;
			color:#FFFFFFF;
			font-weight:bold;
			width:300px;
			border-radius:15px;
			
}


a:link {
  color: red;
  text-decoration-none;
   font-weight:bold;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: red;
 text-decoration:underline;
 font-weight:bold;
}

/* selected link */
a:active {
  color: blue;
}
