/* Just some basics... */

body {
 color: black;
 background: white;
 text-align: left;
 font-family: sans-serif;
}


/* Those "a:..." are for IE: */
h1, h2, h3, a:link.header, a:visited.header {
  color: maroon;
  font-variant: small-caps;
}


/* And netscape behaves nicely here: */
h1 a {
 color: maroon;
}

a.href {
 color: blue;
 text-decoration: none;
 border-style: none;
}

a.href:visited { 
 color: navy;
/* background: white; */
}

a.href:hover {
 text-decoration: underline;;
}

a.href:active {
 border-style: solid;
 border-width: 1px;
}


/* These two specifications make borders around links-images invisible: */

a.img { 
 color: white;  /* = background */
}  /* for NN 4.7 */

img { 
 color: white;  /* = background */
}  /* for NN 4.7 */

img {
  border: none;
} /* for IE 5.0 */



/* Basic colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow */


div.endnote {
 color: maroon;
 text-align: right;
 font-size: 0.7em;
 font-family: arial;
}


.mis {
 font-weight: bold;
 color: navy;
}


div.citationtext { 
 font-style: italic; 
 text-align: justify;
 width: 80%;
 padding-left: 5%;
 padding-bottom: 1ex;
}

div.citationsource { 
 width: 80%;
 text-decoration: underline;
 padding-left: 5%;
 padding-bottom: 1em;
}


span.attention {
 color: red;
 font-weight: bold;
}  
