/* margin 20px */
body { margin: 20px; }
/* hyperlink word wrap */
a { word-wrap: break-word;
    word-break:break-all;
    white-space: normal; }