@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
			#content .right p {
	font-size: 11px;
}
}
