If i am not mistaken, google-caja removes body css rules. Since HtmlService sanitizes all html css and javascript using caja, we can't style the body element.
Is there any workaround to this problem?
There's a workaround here using jQuery; hopefully it might be suitable for your purpose.