body {
	background-color: #F8E3EB;

}



.style1 {
	color: #DF3192;
}

a.style1:link{   color: #DF3192;
		  text-decoration: underline;}
		  
a.style1:hover { color: #DF3192;
		  text-decoration: underline;
		}
a.style1:active {
		   color: #DF3192;	
	       text-decoration: underline;
		}

#content{
	float: left;
  width: 55%;
}

.content img{
	float: left;
	padding: 10px 10px 0px 0px;
}a.style1:visited {

		   color: #DF3192;	
	       text-decoration: underline;
}
