blob: bc8919aa0af33430f71c74f5db01c979575c6d7c (
plain) (
blame)
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
|
body {
background-color: #FFFFFF;
font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
text-align: center;
}
h1 {
letter-spacing: -1px;
color: #2D5AC3;
font-weight: normal;
font-size: 1.7em;
}
h2 {
letter-spacing: -1px;
font-weight: bold;
font-size: 1.2em;
text-align: left;
}
table#header
{
background-color: #333333;
}
td {
padding: 0.5em 0.7em;
}
td span {
color: #FFFFFF;
}
td span a {
color: #AAAAAA;
font-size: 0.8em;
text-decoration: none;
}
td span a:hover {
text-decoration: underline;
}
td span.selected {
font-weight: bold;
}
table#footer td {
padding: 0.3em 0.5em;
}
|