1/* General formatting */
2
3body                  { font-family: sans-serif;
4                        font-weight: bold;
5                      }
6
7.copyright            { color: #7F7F7F;
8                      }
9
10/* Title page formatting */
11
12
13.slidesinfo           { text-align: center;
14                        font-size: 16pt;
15                      }
16
17.slidesinfo h1.title  { color: blue;
18                      }
19.slidesinfo h2.subtitle  { color: blue;
20                      }
21.slidesinfo h1.author { color: green;
22                      }
23
24.slidesinfo .copyright { color: black;
25                      }
26
27
28/* ToC page formatting */
29
30.tocpage h1.title     { color: blue;
31                        text-align: center;
32                      }
33
34.tocpage a            { text-decoration: none; }
35.tocpage a:link       { color: blue; }
36.tocpage a:visited    { color: blue; }
37
38.toc-body             { margin-left: 0.5in;
39                        margin-right: 0.5in;
40                      }
41
42/* Foil page formatting */
43
44.foil                 { font-size: 16pt;
45                      }
46.foil h1.title        { text-align: center;
47                        color: blue;
48                        padding-top: 0pt;
49                        margin-top: 0pt;
50                      }
51.foil h2.subtitle     { text-align: center;
52                        color: blue;
53                        padding-top: 0pt;
54                        margin-top: 0pt;
55                      }
56
57.foil pre             { font-size: 16pt;
58                      }
59
60.foil-body            { margin-left: 0.5in;
61                        margin-right: 0.5in;
62                      }
63
64/* Foilgroup page formatting */
65
66.foilgroup            { font-size: 16pt;
67                      }
68.foilgroup h1.title   { text-align: center;
69                        color: red;
70                        padding-top: 0pt;
71                        margin-top: 0pt;
72                      }
73.foilgroup h2.subtitle { text-align: center;
74                        color: blue;
75                        padding-top: 0pt;
76                        margin-top: 0pt;
77                      }
78
79.foilgroup-body       { margin-left: 0.5in;
80                        margin-right: 0.5in;
81                      }
82
83/* Navigation header formatting */
84
85.navhead              { border-bottom: 1px solid black;
86                        margin-bottom: 10px;
87                        padding-bottom: 4px;
88                      }
89
90.navhead hr.top-nav-sep { display: none; }
91
92.navhead .slidestitle { font-weight: normal;
93                        font-size: 10pt;
94                        font-style: italic;
95                      }
96
97/* Navigation footer formatting */
98
99.navfoot              { border-top: 1px solid black;
100                        margin-top: 10px;
101                        padding-top: 4px;
102                      }
103
104.navfoot hr.bottom-nav-sep { display: none; }
105
106/* General navigation formatting */
107
108.link-text            { font-weight: bold;
109                        font-size: 10pt;
110                      }
111
112
113.link-text a          { text-decoration: none; }
114.link-text a:link     { color: blue; }
115.link-text a:visited  { color: blue; }
116
117.no-link-text         { color: #7F7F7F; }
118
119/* EOF */
120