Skip to main content
summaryrefslogtreecommitdiffstats
blob: e4e0ceae434899b5e732b026e42da87b9cbb8394 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

.indextop {
	font-size: x-large;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold
}

.indexsub {
	font-size: xx-small;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #8080FF
}

a.bar:link {
	text-decoration: none;
	color: #FFFFFF
}

a.bar:visited {
	text-decoration: none
	color: #FFFFFF;
}

a.bar:hover {
	text-decoration: underline
	color: #FFFFFF;
}

a.bar {
	color: #FFFFFF
}

p {
	margin: 1em 0; /* undo styles.min.css */
}

table.news {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}

table.news col.title {
	width: 25%;
}

table.news td {
	padding: 10px; /* undo styles.min.css */
	border-top: solid thin black;
	overflow: visible;
}

table.news tr {
	vertical-align: top;
}

table.news tr td.section {
	font-size: 20px;
	font-weight: bold;
}

table.news tr td.title {
	vertical-align: top;
	font-weight: bold;
}

table.news tr td.content {
	vertical-align: top;
}

Back to the top