/* ****************************************************************************************************
 *	filename:	mgedv.css
 *	description:	some other css file
 *	author/date:	grossi/02.12.2014
 *************************************************************************************************** */

body {
	margin: 0;
	padding: 0;
	font-family: Calibri;
	color: #000000;
	text-align: center;
	background: #F0F8F0;
	/* background: #F0F8F0 url("/img/logo.png") no-repeat;
	background-position: 50% 40%;
	background-attachment: fixed; */
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0em 1em 0em;
}

h2 {
  font-size: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h4 {
  font-size: 0.95em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h5 {
  font-size: 0.9em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

h6 {
  font-size: 0.85em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}

img {
  border: 0;
}

ol, ul, li {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}

p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 1.2em 0em 1.5em 0em;
}

li > p {
  margin-top: 0.2em;
}

pre {
  font-family: monospace;
  font-size: 1.3em;
}

tt {
  font-family: monospace;
  font-size: 1.4em;
}

strong, b {
  font-weight: bold;
}

form textarea {
  text-align: left;
}

div.footnote {
	font-size: 1.0em;
}

/* ****************************************************************************************************
 *	end of file.
 *************************************************************************************************** */
