/* Pretty printing styles. Used with prettify.js. */ .str { color: #FF0000; } .vr { color: #0000FF; } .kwd { color: #000080; font-weight: bold} .com { color: #EA8110; } .typ { color: #606; } .lit { color: #066; } .pun { color: #660; } .pln { color: #000; } .tag { color: #008; } .atn { color: #606; } .atv { color: #080; } .dec { color: #606; } pre.preformatted { display: block; font-family: "Courier New", verdana, arial, helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; color: #000000; background-color: #f4f4f4; word-spacing: normal; letter-spacing: normal; vertical-align: baseline; text-decoration: none; text-transform: none; line-height: normal; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 6pt; padding-top: 1pt; padding-bottom: 1pt; padding-left: 5pt; padding-right: 5pt; float: none; clear: none; text-align: left; text-indent: 0cm; width: auto; height: auto; } @media print { .vr { color: #f0f; } .str { color: #060; } .kwd { color: #006; font-weight: bold; } .com { color: #600; font-style: italic; } .typ { color: #404; font-weight: bold; } .lit { color: #044; } .pun { color: #440; } .pln { color: #000; } .tag { color: #006; font-weight: bold; } .atn { color: #404; } .atv { color: #060; } }