body.left {background-color: #bfbeb9}

body {background-color: #cccbc6}

dt  {font-weight: bold;}
i   {font-weight: normal;}
sup {font-weight: normal; font-size: smaller;}
ol  {margin-left: 0em;}

div.text ol {
	margin-left: 1em;
	text-align: justify;
	margin-right: 0em;
}

div.text ul {
	margin-left: 1em;
	text-align: justify;
	margin-right: 0em;
}

div.alpha {
	font-family: monospace;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
}

div.text {
	/*text-indent: 1em;*/
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}

p.text {
	text-indent: 1em;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

span.found {background: yellow}

span.rad {
 text-decoration: underline;
}

em {
 font-style: normal;
 /*font-family: Times NR Acc;*/
 text-decoration: underline;
}

i em {
 font-style: italic;
 text-decoration: underline;
}

div.sup {
  margin-left: 5px;
  margin-right: 5px;
  border: 2px;
  font-size: smaller;
  font-weight: bold;
}

div.sub {
  margin-left: 5px;
  margin-right: 5px;
  border: 2px inset;
  font-size: smaller;
  font-weight: bold;
}

form.search {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

dt a:link {
  text-decoration: none;
  color:  #006000;
}
dt a:visited {
  text-decoration: none;
  color:  #006000;
}
dt a:active {
  text-decoration: none;
  color:  #006000;
}
dt a:hover {
  text-decoration: underline;
  color: #008000;
}

a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: purple;
}
a:active {
  color: maroon;
}
a:hover {
  text-decoration: underline;
  color: red;
}


