1body, td, select, input, li{
2  font-family: Verdana, Helvetica, Arial, sans-serif;
3  font-size: 13px;
4}
5a {
6  text-decoration: none;
7}
8a:link {
9  color:#36a;
10}
11a:visited  {
12  color:#47a;
13}
14a:active, a:hover {
15  color:#69c;
16}
17h2 {
18  padding: 4px 4px 4px 6px;
19  border: 1px solid #999;
20  color: #900;
21  background-color: #ddd;
22  font-weight:900;
23  font-size: x-large;
24}
25h3 {
26  padding: 4px 4px 4px 6px;
27  border: 1px solid #aaa;
28  color: #900;
29  background-color: #eee;
30  font-weight: normal;
31  font-size: large;
32}
33p {
34  line-height: 1.3em;
35  font-size: small;
36}
37#breadcrumbs {
38  border-top: 1px solid #aaa;
39  border-bottom: 1px solid #aaa;
40  background-color: #ccc;
41}
42#leftColumn {
43  margin: 10px 0 0 5px;
44  border: 1px solid #999;
45  background-color: #eee;
46}
47#navcolumn h5 {
48   font-size: smaller;
49   border-bottom: 1px solid #aaaaaa;
50   padding-top: 2px;
51}
52
53table.bodyTable th {
54  color: white;
55  background-color: #bbb;
56  text-align: left;
57  font-weight: bold;
58}
59
60table.bodyTable th, table.bodyTable td {
61  font-size: 1em;
62}
63
64table.bodyTable tr.a {
65  background-color: #ddd;
66}
67
68table.bodyTable tr.b {
69  background-color: #eee;
70}
71
72.source {
73  border: 1px solid #999;
74}
75