blob: 3f86770a38fd56e0c6143054496ea1f381264aea (
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
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
|
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ffffff;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.vline {
background-color: #000000;
width: 1px;
}
.info_table {
background-color: #fafae0;
}
.info_text {
font-family: sans-serif;
font-size: small;
color: #555555;
margin: 0px;
}
.title_text {
font-family: sans-serif;
font-size: 60px;
}
.subtitle_text {
font-family: sans-serif;
font-size: 20px;
}
.sidebar_table {
background-color: #ffffff;
margin: 20px;
}
.sidebar_heading {
font-family: sans-serif;
color: #000000;
font-weight: bold;
margin: 3px;
white-space: nowrap
}
.sidebar_link {
font-family: sans-serif;
color: #000000;
margin: 3px;
margin-left: 6px;
white-space: nowrap
}
.content_table {
background-color: #ffffff;
margin: 40px;
}
|