blob: dc693da32323163776dee780634432d5f157de2a (
plain)
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
|
body {
font-family: Arial, Helvetica, sans-serif;
background: white:
color: black;
}
td {
font-family: Arial, Helvetica, sans-serif;
}
th {
font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-style: italic;
font-size: 20px;
}
#content {
font-size: 100%;
}
a:visited {
color: #8080FF;
text-decoration: none;
}
a:link {
color: #8080FF;
text-decoration: none;
}
a:hover {
color: #C00000;
text-decoration: none;
}
a:active {
color: #C00000;
text-decoration: none;
}
pre {
margin-left: 1em;
}
|