body {
background-color: #EEE ;
background: url(LOGOS/background.png) ;
color: black ;
margin-left: 7em ;
}

div.fixed {
position: absolute ;
left: 0.5em ;
top: 0.5em ;
}

div.fixed p { font-size: smaller ; }

h1, h2 {
text-align: center ;
border: 1px solid blue ;
}

pre {
background: white ;
border: 1px solid black ;
font-size: smaller ;
display: table-cell ;
}

h1 { background: #FEE ; }
h2 { background: #EFE ; }

p { margin-bottom: 0em ; }
ul { margin-top: 0em ; }

table.std {
background: #CCF ;
}

table.std tr {
background: #EEF ;
}

table.std tr th {
background: #DDF ;
}

/* Counter */

.xiti  {
	position: fixed ;
	left: 0.5em ;
	bottom: 1em ;
}


/* Wiki */

.wikiheader img {
	position: fixed ;
	left: 0.5em ;
	top: 0.5em ;
}

.wikiheader > a {
	display: none ;
}
.wikiheader > p {
	display: none ;
}

.wikilineheader {
	display: none ;
}



.wikifooter {
	position: fixed ;
	left: 0.4em ;
	top: 7em ;
	width: 6.5em ;
	font-size: smaller ;
}

.wikilinefooter {
	display: none ;
}
