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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
BODY {
font: small verdana, arial, helvetica, sans-serif;
color: black;
background-color: white;
}
A:link {color: #0000FF}
A:visited {color: #666666}
A:active {color: #FF0000}
H1 {
font: bold large verdana, arial, helvetica, sans-serif;
color: black;
}
H2 {
font: bold large verdana, arial, helvetica, sans-serif;
color: maroon;
}
H3 {
font: bold medium verdana, arial, helvetica, sans-serif;
color: blue;
}
H4 {
font: bold small verdana, arial, helvetica, sans-serif;
color: maroon;
}
H5 {
font: bold small verdana, arial, helvetica, sans-serif;
color: blue;
}
H6 {
font: bold small verdana, arial, helvetica, sans-serif;
color: black;
}
UL {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
OL {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
LI {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
TH {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
TD {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
TD.foot {
font: medium sans-serif;
color: #eeeeee;
background-color="#cc0066"
}
DL {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
DD {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
DT {
font: small verdana, arial, helvetica, sans-serif;
color: black;
}
CODE {
font: Courier, monospace;
}
PRE {
font: Courier, monospace;
}
P.indent {
font: small verdana, arial, helvetica, sans-serif;
color: black;
background-color: white;
list-style-type : circle;
list-style-position : inside;
margin-left : 16.0pt;
}
PRE.programlisting
{
font-size : 9.0pt;
list-style-type : disc;
margin-left : 16.0pt;
margin-top : -14.0pt;
}
INPUT {
font: bold small verdana, arial, helvetica, sans-serif;
color: black;
background-color: white;
}
TEXTAREA {
font: bold small verdana, arial, helvetica, sans-serif;
color: black;
background-color: white;
}
.BANNER {
background-color: "#cccccc";
font: bold medium verdana, arial, helvetica, sans-serif;
}
|