/******************************************************************************/
/*                                  GENERAL                                   */
/******************************************************************************/
* { 
	font-family: "Times New Roman", serif;
}
html, body { 
	background: white;
	color: black;
	border: none;
	margin: 0;
	padding: 0;
}
/********************************** ACRONYM ***********************************/
acronym { border: none; }
/************************************* A **************************************/
a, a.mail, a.external, a.internal, a.internalbad, a.urlextern, a.interwiki, a.wikilink1, a.wikilink2 {
	background: white;
	padding: 0;
	color: black;
	text-decoration: none;
}
a.comments, a.archives, a.rss {
	display: none;
}
/********************************* DEFINITION *********************************/
dl dt {
	text-decoration: underline;
}
/******************************************************************************/
/*                                   HEADER                                   */
/******************************************************************************/
#header {
	height: auto;
}
#header #avoid {
	display: none;
}
#header #banner {
	display: none;
}
#header h1 {
	position: static;
	background: white;
	color: black;
}
/******************************************************************************/
/*                                    MENU                                    */
/******************************************************************************/
#menu {
	display: none;
}
/******************************************************************************/
/*                                  SUBMENU                                   */
/******************************************************************************/
#submenu {
	display: none;
}
/******************************************************************************/
/*                                    BODY                                    */
/******************************************************************************/

/******************************************************************************/
/*                                   SIDEBAR                                  */
/******************************************************************************/
#sidebar {
	display: none;
}
/******************************************************************************/
/*                                    TOC                                     */
/******************************************************************************/
div.toc {
	display: none;
}
/******************************************************************************/
/*                                   FOOTER                                   */
/******************************************************************************/
#footer {
	display: none;
}
