body {
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
}

p{
	
	color: #543019;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
	font-size: 19px;
	
}

.pinktype {
	color: #b20838;

}

a {

text-decoration: none;
color: #543019;
}

a:hover {

text-decoration: none;
color: #b20838;
}