body 
{ 
margin:8px; 
position:relative;
background-repeat: repeat;
background-attachment: fixed;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif, "Apple Color Emoji", OpenSymbol, Symbol, "Hiragino Maru Gothic Pro", "Apple Symbols", STHeiti, AppleGothic, Webdings, "Zapf Dingbats", Wingdings, "Arial Unicode MS", Caslon, Menlo, "STIX Two Math", STIXSizeOneSym, "DejaVu Sans"
}
h1 { font-size: 40px; text-align: center }
h2 { font-size: 28px }
h3 { font-size: 20px }
body, td, th { font-size: 14px; text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
A:link { color:#d000d0 }
A:visited { color:#a000a0 }
A:link, A:visited, A:active { text-decoration: none }
A:hover { text-decoration: underline }
ul { padding-left: 18px }
ol { padding-left: 22px }
.big { font-size: larger }
.little { font-size: smaller }
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}