﻿$(document).ready(function () {

    $(".ms-rtestate-write").attr('PrefixStyleSheet', 'avtc-');
    $(".ms-rtestate-write").attr('AllowParagraphFormatting', 'False');
    $(".ms-rtestate-write").attr('AllowFonts', 'False');
});

