
li {
	color:blue;
	text-indent:
}
h1 {
	color:brown;
	font-size:45
}
p {
	font-size:25;
	text-align:left;
	text-indent:23px
}
body {
	background-color:rgb(186, 234, 115)
}
.tip { 
	color:rgb(253, 182, 49);
	font-size:35
}

img {
	max-width:600px
}
a:hover {
	color:white
}
a: link{ 
	color:rgb(6, 79, 47);
	text-decoration: underline;
}
a: visited {
	color:rgb(90, 66, 245)
}
