@charset "UTF-8";

/* TAKEN FROM ORIGINAL PAGES */
/* Only the style for "a" is still in use, all others have been replaced */

a:link {                       /*Color for links*/
	color: #993333;
}
a:visited {
	color: #999999;
}
.style8 {font-size: 14px}      /*Used for now-removed right hand links*/
.style11 {font-size: 12px}     /*Commonly used to increase font size of links*/
.style16 {                     /*Used for page titles. Now replaced by H2*/
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}


/* OWN BREWING */

h2 {
    color:#990000;       /* To override NN4 */
}

h3 {
    color:#990000;       /* To override NN4 */
    margin-bottom: 0.5em; 
    margin-top: 1.5em;
}

h4 {
    margin-bottom: 0.1em;
    font-size: 16px;       /* To override NN4 */
}

h5 {
    margin-bottom: 0.1em;
    font-size: 15px;       /* To override NN4 */
/*     font-weight: bold;   */ /* Doesn't do anything */ 
}

p {
    margin-top: 0.5em;
}

/* *** To override NN4 UL formatting back to default ***  */
/* Remove once NN4 is no longer in use */
ul {       
    font-size: inherit;
/*     list-style-type: disc; */
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}
/* End of section with ul default formatting */

.lang {    /* Already defined in NN4 with grey color */ /*Thought for span tag */
  font-size: smaller;
}

.aff {    /*Thought for span tag */
  font-size: smaller;
}

.redbold {    /*Thought for span tag */ /* Replacing redhead in NN4 so font size is not fixed */
font-size: inherit;
color: #990000; 
font-weight: bold
}

.source {   /*Thought for p tag (stating sources at the bottom of a text)*/
  font-size: smaller;
  font-style: italic;
  margin-top:4em;     
}

div.logo {
    max-width:626px;
}

div.text {
    font-size:14px; 
    max-width:626px
}

div.footer {
    font-size:10px; 
    text-align: center;
    max-width:626px
}

div.justnu {    /*Makes background yellowish, thought for ongoing updates*/
    background-color:#FFFFCC; 
    padding: 1px 10px;
}

div.linkbox {    /*Link box at the bottom of pages*/
    margin-top: 3em; 
    padding-left: 1em;
}


/* ABOUT IMAGES */

div.toppic {  /*Container for title/top-page pictures*/
    max-width:626px;
}

img.top {    /*Class for title/top-page pictures. Seems necessary even when inside div.toppic*/
    display:block; 
    max-width:626px;
}

.imgcaption {                    /*For image caption*/
    font-size: 12px;
    font-family:Verdana,Arial,Geneva,Helvetica,Times,sans-serif;
    color: #707070;
    text-align: right;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.imgcredit {                    /*For discrete image attribution*/
    font-size: 10px;
    font-family:Verdana,Arial,Geneva,Helvetica,Times,sans-serif;
    color: #707070;
    text-align: right;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

