h1{
    font-size:50px;
    color:#b33cc3;
}

img{
     height:100px;
	 width:150px;
}
            
.list{
        height:20px;
		 width:20px;
}
            
h4{
        color: red;
        font-family: Helvetica;
}
            
h2{
        color:green;
}
            
.after{
       color:blue;
    
}
            
body{
        background-color:#f4ffdb;
}

.right-image{
    floatright;
}

.left-text{
    floatleft;
}