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
|
body {
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
color:#000000;
background-color:#ffffff;
text-align:left;
}
.bodywidth {
width:750px;
}
h1, h2, h3, .contentbar {
padding:3px;
}
h1, h2, h3 {
font-weight:bold;
}
h1 {
font-size:24pt;
text-align:center;
}
h2, h3, .contentbar {
color:#000000;
background-color:#ccccff;
border:none;
}
h2 {
font-size:14pt;
}
h3 {
font-size:10pt;
}
img {
border:0;
}
ul {
list-style-type:square;
}
pre {
color:#000000;
background-color:#cccccc;
font-family:monospace;
font-size:8pt;
padding:3px;
}
|