1/******************************************************************************/
2/*                                  GENERAL                                   */
3/******************************************************************************/
4* {
5	font-family: "Times New Roman", serif;
6}
7html, body {
8	background: white;
9	color: black;
10	border: none;
11	margin: 0;
12	padding: 0;
13}
14/********************************** ACRONYM ***********************************/
15acronym { border: none; }
16/************************************* A **************************************/
17a, a.mail, a.external, a.internal, a.internalbad, a.urlextern, a.interwiki, a.wikilink1, a.wikilink2 {
18	background: white;
19	padding: 0;
20	color: black;
21	text-decoration: none;
22}
23a.comments, a.archives, a.rss {
24	display: none;
25}
26/********************************* DEFINITION *********************************/
27dl dt {
28	text-decoration: underline;
29}
30/******************************************************************************/
31/*                                   HEADER                                   */
32/******************************************************************************/
33#header {
34	height: auto;
35}
36#header #avoid {
37	display: none;
38}
39#header #banner {
40	display: none;
41}
42#header h1 {
43	position: static;
44	background: white;
45	color: black;
46}
47/******************************************************************************/
48/*                                    MENU                                    */
49/******************************************************************************/
50#menu {
51	display: none;
52}
53/******************************************************************************/
54/*                                  SUBMENU                                   */
55/******************************************************************************/
56#submenu {
57	display: none;
58}
59/******************************************************************************/
60/*                                    BODY                                    */
61/******************************************************************************/
62
63/******************************************************************************/
64/*                                   SIDEBAR                                  */
65/******************************************************************************/
66#sidebar {
67	display: none;
68}
69/******************************************************************************/
70/*                                    TOC                                     */
71/******************************************************************************/
72div.toc {
73	display: none;
74}
75/******************************************************************************/
76/*                                   FOOTER                                   */
77/******************************************************************************/
78#footer {
79	display: none;
80}
81