1body {
2	font-family: Verdana, Geneva, Arial, sans-serif;
3	background-color: #edeef3;
4        font-size: .75em;
5        line-height: 180%;
6        text-align: left;
7        margin-top: 20px;
8        margin-right: 100px;
9        margin-left: 250px;
10        position: relative;
11        width: auto; }
12
13table {
14	font-family: Verdana, Geneva, Arial, sans-serif;
15	background-color: #edeef3;
16        font-size: 10pt;
17        line-height: 100%; }
18
19
20code {
21	font-size: 11pt; }
22
23
24
25div.navheader {
26	font-family: Verdana, Geneva, Arial, sans-serif;
27	background-color: #edeef3;
28        line-height: 100%; }
29
30#header {
31	background-color: #e4e6ed;
32	text-align: left;
33	padding-top: 10px;
34        margin-right: -100px;
35        margin-left: -250px;
36	top: 20px;
37	border-top: 1px solid #c4c4d5;
38	border-bottom: 1px solid white }
39
40#logo {
41	position: relative;
42	margin-left: 200px }
43
44
45#page {
46	font-size: .75em;
47	line-height: 180%;
48	text-align: left;
49	margin-top: 50px;
50	margin-right: 100px;
51	margin-left: 250px;
52	position: relative;
53	width: auto }
54
55#disc {    }
56
57.informaltable td,tr {font-size: 1em;
58	line-height: 140%;
59	text-align: left;
60	background-color: #e4e6ed;
61	padding: 4px }
62
63tr,td {font-size: 1em;
64	line-height: 100%;
65	background-color: #edeef3; }
66
67pre, tt { font-size: 1.3em;
68	color: #088;
69	letter-spacing: 1px;
70	word-spacing: 2px}
71
72h1 {
73	color: #c00;
74	font-size: 16pt;
75	margin-bottom: 2em;
76	margin-left: -50px }
77
78h2 {
79	color: #324e95;
80	font-size: 12pt;
81	margin-top: 2em;
82	margin-left: -50px }
83
84h3 {
85	color: #324e95;
86	font-size: 10pt;
87	margin-top: 2em;
88	margin-left: -50px }
89
90dt { font-weight: bold }
91
92a:link {
93	color: #324e95;
94	text-decoration: none;
95	background-color: transparent }
96
97a:visited {
98	color: #90c;
99	text-decoration: none }
100
101a:hover {
102	color: #c00;
103	text-decoration: underline;
104	background-color: transparent }
105