li{
	list-style: none;
	background-color: #00f88a
	 ;
}
h1{
	color: #1eaac2;
	text-decoration: underline;
	background-color: #aeaea8
}
a {
	text-decoration: none;
	color: hotpink;
	border: ;
}
a:link{ 
text-decoration: none;
background-color: #f44336
color: white;
padding: 14px 25px;
text-align: center;
display: inline-block;

}
a:visited{
	color: green;
	text-decoration: none;
}
a:hover {
	color: pink;
	text-decoration: underline;
	background-color: yellow;
}
a:active {
	color: red;
	text-decoration: underline;
	background-color: yellow;
}
