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
|
body {
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
color:#000000;
background-color:#ffffff;
text-align:justify;
}
.bodywidth {
width:880px;
position:absolute;
left:50%;
margin:0 0 0 -440px;
}
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;
}
a:link {
color:#666699;
text-decoration:underline;
}
a:visited {
color:#000000;
text-decoration:underline;
}
a:hover {
color:#000000;
background-color:#ffffff;
text-decoration:none;
}
a:active {
color:#000000;
font-weight:bold;
background-color:#ffffff;
}
a:link.heading,
a:visited.heading,
a:hover.heading,
a:active.heading {
color:#000000;
background-color:#ffffff;
text-decoration:none;
}
ul {
list-style-type:square;
}
pre {
color:#000000;
background-color:#cccccc;
font-family:monospace;
font-size:8pt;
padding:3px;
}
.buttonactive {
color:#990000;
font-weight:bold;
}
.contentbar {
font-size:10pt;
text-align:center;
}
.right {
float:right;
}
.center {
text-align:center;
}
|