1body,
2table,
3td,
4th,
5li,
6p {
7    font-family: Arial, Verdana, Helvetica, sans-serif;
8    font-size: 1em;
9    line-height: 150%;
10    letter-spacing: 0.02em;
11}
12
13th {
14    font-weight: bold;
15}
16
17a:link,
18a:visited {
19    text-decoration: none;
20}
21
22a:hover {
23    text-decoration: underline;
24}
25
26h1.main,
27h2.main,
28h3.main,
29h4.main,
30h5.main,
31h6.main {
32    font-weight: bold;
33}
34
35h1#header {
36    color: #666;
37    text-align: right;
38    padding-bottom: 0.2em;
39    border-bottom: solid 1px #666;
40}
41