
#apples{
	color:red;
}
.banana{
    color:yellow;
}
li{
    color:green;
}
img{
	height: 150px;
	width: 250px;
    border-radius: 100px 50px 20px 10px;
}
#smallimg{
    height: 400px;
    border-radius: 0px;
}
#bigimg{
width: 400px;
}
