li{
	color: teal;
	font-size:20px
}
	
h1{
	text-align: left;
	color: green;
	text-indent: 100px ;
	font-size:30px
}

p{
	text-align: left;
	color: navy;
	font-size:15px
}

img{
	max-width:500px
}

a:link, a:visited {
	color:red;
    text-decoration: none
}

.moder{
	color:black;
	text-align: center;
}

a:hover {
	color:olive;
	text-decoration: underline;
	}