1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
body {
background: #ffffe0;
color: #9932cc;
margin: 0%;
}
H1 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; font-style: normal; font-weight: normal; color: #FFFFFF; background: #004080; text-align: center; margin: 10pt 2.5%}
H2 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style: normal; font-weight: normal; color: #FFFFFF; background: #03a89e}
H2.index { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style: normal; font-weight: normal; color: #FFFFFF; background: #000000; margin: 10pt 5%}
H3 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; color: #004080 }
H4 { font-family: T, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #000000; line-height: 16pt}
LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }
A { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt ;text-decoration:none}
.call{color=navy; font-weight:bold}
.caption{font-style:italic}
.logical{color=darkred}
.function{font-family=courier; color=#0000cd; font-size: 10pt }
.factorlevels{color=darkblue}
.pvalue{color=darkred}
.command {font-family=verdana, arial; color=red }
.function{font-family=verdana, arial; color=#0000cd}
.partitle{font-family=verdana, arial; font-weight:bold}
P { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt ;font-weight:normal}
XMP{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }
TR{font-family: Arial, Helvetica,Times, Helvetica, sans-serif; font-size: 10pt; font-style: normal ; padding:0 0}
TR.firstline{color: #556b2f; background: #fdd6d2;text-align=center;font-weight: bold}
TR.ListBackTitle{color: #FFFFFF; background: #000000;text-align=left;font-weight: bold}
TD{background=#FFFFFF; padding:0 0}
TD.ListBackMain{background: #00ff7f; padding:0 0}
TD.firstcolumn{padding:5 10;background:#D8F6C4;text-align=right;font-weight: bold}
TD.cellinside{padding:5 10;background:#FFFFFF;text-align=right}
|