/* cascading style sheet definitions for
  predictive-toxicology.org authors: A. Maunz, C.Helma */

/** global directives **/

* { color: #0F0F0F; }
a { color: #B18181;}
h1 { font-size: large; color: #000000; font-weight: bold; }
h2 { font-size: medium; color: #000000; font-weight: bold; }

/** class directives **/

.normtext { }
.boldtext { font-weight: bold }
.hightext { color: #BB2280; font-style: italic }
.smalltext { font-size: small; font-family: sans-serif; color: #0F0F0F; }
.smalllink { color: #B18181; font-size: small; }

/* only navigation beyond this point */

a.button {
  font-weight: normal;
  text-decoration: none;
  font-size: small;
  font-family: sans-serif;
  padding: 4px 8px;
  border-top: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid white;
  text-align: center;
}
a.button:link { background-color: #C19191; color: #FFF; }
a.button:visited { background-color: #C19191; color: #FFF; }
a.button:hover {
	background-color: #E3B3B3;
	color: #FFF;
	border-color: black white white black;
}
a.button:active { background-color: #E3B3B3; color: #CCC; }
a.home {
	color: #202020;
	font-family: sans-serif;
	font-size: small;
}
