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
/* Header content */
table#header {
width: 100%;
margin-bottom: 1em;
border-collapse: collapse;
}
table#header td.main {
font-size: 250%;
padding-left: 10px;
white-space: nowrap;
}
table#header td.main a {
color: #000;
}
table#header td.sub {
color: #777;
border-top: solid 1px #ccc;
padding-left: 10px;
}
table#header td.sub a {
color: #777;
}
/* Header logos */
table#header td.logo {
width: 96px;
vertical-align: top;
}