#menu ul li { 
	display: inline-block; 
	color: blue; 
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	<hr width=80%; align=left; top=35px ;position: fixed>
}

#menu {
	position: —webkit-sticky;
	position: sticky;
	Top: 0;
	background-color: #B0E0E6;
}

#txt { 
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	list-style: none;
 }
 
h1 { 
	color: red;
	font-family: Tahoma;
	font-size: 16px;
 }
 h3 {
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
 }
 a {
	color: blue;
	font-family: Tahoma;
	font-size: 16px;
	list-style: none;
	font-weight: bolder;
 }