body {
  margin: 0.3em;
  margin-left: 22%;
  margin-right: 8%;
  font-family: Times, serif;
  color: black;
  background: #FFFFFF;
}

p {
  margin: 0;
  /* margin-top: 0.4em; */
  text-indent: 1.4em;
}

a {
  text-decoration: none; 
}

a:link {
  color: #FF0033;
}

a:visited {
  color: #336666;
}

h1 {
  color: blue;
}

h2 {
  color: blue;
}


.nohr {
  display: none;
  margin-top: 2em;
}

.initial { 
  text-indent: 0;
}

.noindentpar {
  text-indent: 0;
  margin-top: 1.4em;
}

.platz {
  margin: 2em;
}

.hutext {
  font-size: 0.63em;
  font-family: sans-serif;
  font-style: italic;
  text-align: center;
}

.nav {
  margin-bottom: 2em;
  margin-top: 1em;
  background: #FFFF00;
  text-indent: 0;
  text-align: center;
  font-size: 80%;
}

.ABSTRACT { 
  text-indent: 0;
}



SMALL.TINY		{ font-size : xx-small }
SMALL.SCRIPTSIZE	{ font-size : xx-small }
SMALL.FOOTNOTESIZE	{ font-size : x-small  }
SMALL.SMALL		{ font-size : small    }
BIG.LARGE		{ font-size : large    }
BIG.XLARGE		{ font-size : x-large  }
BIG.XXLARGE		{ font-size : xx-large }
BIG.HUGE		{ font-size : xx-large }
BIG.XHUGE		{ font-size : xx-large }


