aboutsummaryrefslogtreecommitdiff
blob: 81ba1d2ed00d7ed2971b7c79cb52d0786ebff552 (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
div.header {
    background-color: black;
    color: white;
    font-weight: bolder;
    font-size: x-large;
    text-align: center;
}

div.footer {
    background-color: black;
    color: white;
    font-weight: bolder;
}

div.compileinfo-odd {
    background-color: #DDDAEC;
}

div.intro {
    font-size: 120%;
    font-weight: bold;
}

th {
    background-color: #AF7BDB;
}

tr.odd {
    background-color: #DDDAEC;
}

a:link { color: #0000ff; }
a:visited { color: #52188c; }