style.css revision 290001
1body {background: #FDF1E1;
2      color: #006600;
3      font-family: "verdana", sans-serif;
4      text-align: justify;
5      margin-left: 5px;}
6
7p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
8li.inline {text-align: left; margin-top: 0; margin-bottom: 0}
9
10ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
11
12dt {margin-top: .6em}
13dd {margin-bottom: .6em}
14
15div.header {text-align: center;
16            font-style: italic;}
17
18div.footer {text-align: center;         
19            font-size: 60%;}
20
21img.cell {align: left;}
22
23td.sidebar {width: 40px; align: center; valign: top;}
24img.sidebar {align: center; margin-top: 5px;}
25h4.sidebar {align: center;}
26
27p.top {background: #FDF1E1;
28       color: #006600;
29       position: absolute;
30       margin-left: -90px;
31       text-align: center;}
32
33a:link.sidebar {background: transparent;
34                color: #990033;
35                font-weight: bold;}
36
37a:visited.sidebar {background: transparent;
38                   color: #990033;
39                   font-weight: bold;}
40
41a:hover.sidebar {background: #FDF1E1;
42                 color: #006600;}
43
44img {margin: 5px;}
45
46div {text-align: center;}
47
48h1 {text-align: center;
49    font-size: 250%;}
50
51caption {background: #EEEEEE;
52         color: #339999;}
53         
54tx {text-align: center;}
55
56th {background: #FFFFCC;
57    color: #006600;
58    text-align: center;
59    text-decoration: underline;
60    padding-top: 5px;}
61
62th.caption {background: #EEEEEE;
63            color: #006600;
64            text-align: center;}
65