@charset "utf-8";
* {

          padding: 0;

          margin: 0;

          border: 0;

}

body {
	color: #333;
	padding: 0px;
	text-align: center;
	background-color: #E4E0E1;
	font-family: Arial, Helvetica, sans-serif;
}
#testimonial {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	text-align: left;
	min-height: 250px;
	height: 350px;
	overflow: auto;
	margin-top: 20px;
	padding: 0px;
}
#testimonial p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:180%;
	padding-right: 10px;
	padding-left: 10px;
}
#testimonial h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 180%;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	color: #6C207E;
}
a:link,   a:visited {
	color: #BC1D67;
	text-decoration: none;
}
a:hover,  a:active {
	color: #763088;
	text-decoration: underline;
}
