@charset "utf-8";

.h2-bg-pink {
    background: #f398b7;
    border: 7px #fff double;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	color: #fff;
	font-size: 180%;
	line-height: 1.2;
    margin: 10px 0 20px -2px;
    padding: 5px 15px;
	}


