1body {
2	background-color: White;
3	color: Black;
4	font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
5	.page { /* the document */
6		text-align: justify;
7		table {
8			font-size: 100%;
9			margin: 0;
10			padding: 0;
11			&.inline {
12				background-color: #ffffff;
13				border-spacing: 0px;
14				border-collapse: collapse;
15				font-size: 80%;
16				td, th {
17					border: 1px solid #000000;
18					padding: 3px;
19				}
20				th {
21					border-bottom: 2px solid #000000;
22				}
23				td {
24					width: auto;
25				}
26			}
27			tr, td, th {
28				margin: 0;
29				padding: 0;
30			}
31		}
32		img {
33			border: 0;
34			&.media {
35				margin: 3px;
36			}
37			&.medialeft {
38				border: 0;
39				float: left;
40				margin: 0 1.5em 0 0;
41			}
42			&.mediaright {
43				border: 0;
44				float: right;
45				margin: 0 0 0 1.5em;
46			}
47		}
48		a {
49			background: none !important;
50			color: #000000;
51			text-decoration: none;
52			&.urlextern:after,
53			&.interwiki:after,
54			&.mail:after {
55				content: " [" attr(href) "]";
56				font-size: 90%;
57			}
58			&.wikilink1 {
59				text-decoration: underline;
60			}
61			&.fn_top {
62				font-size: 80%;
63				vertical-align: super;
64			}
65			&.fn_bot {
66				font-size: 80%;
67				font-weight: bold;
68				vertical-align: super;
69			}
70		}
71		.meta {
72			clear: both;
73			font-size: 70%;
74			margin-top: 1em;
75			text-align: right;
76		}
77		.apps, .menu, .translation, .cnav, .secedit, #pagetools, .breadcrumbs, .pageinfo, .toc, .footerinc, .header, .bar, .user {
78			display: none;
79		}
80		h1, h2, h3, h4, h5 {
81			background-color: transparent;
82			clear: left;
83			color: Black;
84			font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
85			margin: 0 0 1em 0;
86			padding: 0.5em 0 0 0;
87		}
88		h1, h2 {
89			border-bottom: 1px solid #000000;
90		}
91		h3, h4, h5 {
92			border-bottom: none;
93		}
94		h1 {
95			font-size: 160%;
96			font-weight: bold;
97		}
98		h2 {
99			font-size: 150%;
100		}
101		h3 {
102			font-size: 140%;
103		}
104		h4 {
105			font-size: 120%;
106		}
107		h5 {
108			font-size: 100%;
109		}
110		ul {
111			line-height: 1.5em;
112			list-style-type: square;
113			margin: 0 0 1.0em 1.5em;
114			padding: 0;
115		}
116		ol {
117			font-weight: normal;
118			line-height: 1.0em;
119			margin: 0 0 1.0em 1.0em;
120			padding: 0;
121		}
122		span.li {
123			font-weight: normal;
124		}
125		pre.code,
126		pre.file,
127		pre.pre {
128			border: 1px dashed #000000;
129			color: Black;
130			font-size: 8pt;
131			overflow: visible;
132			padding: 0.5em;
133		}
134		code {
135			font-size: 120%;
136		}
137		div.footnotes {
138			border-top: 1px solid #000000;
139			clear: both;
140			margin-top: 1em;
141			padding-left: 1em;
142		}
143		div.fn {
144			font-size: 90%;
145		}
146		acronym {
147			border: 0;
148		}
149		.leftalign {
150			text-align: left;
151		}
152		.centeralign {
153			text-align: center;
154		}
155		.rightalign {
156			text-align: right;
157		}
158	}
159}
160