var app=navigator.appVersion;
if ((app.indexOf('4.7') != -1)||(app.indexOf('4.8') != -1)) {
document.write('<style type="text/css">.inside-copy {  color: #000000}</style>');
} else {
document.write('<style type="text/css">.inside-copy {  margin-right: 138px; text-align: left} .intro-copy { margin-right: 138px}</style>');
}