#vsb_content_2 p {
    LINE-HEIGHT: 2em !important;
    text-indent: 2em !important;
    font-size: 16pt !important;
    text-align: justify !important;
    color:#000 !important;
}
#vsb_content_2 img {
    border-bottom: none !important;
    margin: auto !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    display: block !important;
    max-width: 600px !important;
}
@media screen and (min-width:1366px) {
	body {
		font-size: 14px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1365px) {
#vsb_content_2 p {
    font-size: 14pt !important;
}
	body {
		font-size: 12px;
	}
}
@media screen and (max-width: 959px) {
	html {
		font-size: 12px;
	}
#vsb_content_2 p {
    font-size: 14pt !important;
}
#vsb_content_2 img {
    max-width: 90% !important;
}
}