/* General Page settings */

html,body{
  background-color: white;
}

/* General Menu settings */
#Menu {
  display: none;
}

/* General Content settings */

#Content {
	margin: 0;
	padding: 0;
}

#ContentNarrow {
	margin: 0;
}

#Content h1, #ContentNarrow h1 {
  color: black;
}

#Content h2, #ContentNarrow h2 {
  color: black;
}

#Content h3, #ContentNarrow h3 {
	color: black;
}

#Content dt, #ContentNarow dd {
	color: black;
}

.box {
	border: 2px solid black;
}

/* Title settings */
