/* CSS Document */


/* headings */

/* For titles at the start of all headnotes and index files */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
color: black;
background: white;
text-align: center;
} 

/* For summary descriptions at the start of headnotes */
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: black;
background: white;
text-align: left;
}

/* For 'General Information' titles in headnotes */
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: black;
background: white;
text-align: left;
}

/* For the main titles of text-only and p-f WD files */
h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
color: black;
background: white;
text-align: center;
}

/* For links to editorial headnotes in text-only WD files */
h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: navy;
background: white;
text-align: center;
}


/* elements */

a:link, a:visited {
color: blue;
background: white;
text-decoration: none;
}

a:active, a:hover {
background: white;
color: blue;
text-decoration: none;
}

body, p, trailer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: justify;
}

em {
font-style: italic;
}

img {
border-style: none;
}

li {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
}

p.rightHand {
text-align: right; 
}

strong {
font-weight: bold;
}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: justify;
margin: 0, 20px;
}

tr { 
vertical-align: top; 
}  

ul {
list-style: circle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: left;
}


/* div classes */

/* For Close and Switch buttons at the head of text-only WD files */
div.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
text-align: center;
padding: 10px;
}

/* Encloses each individual entry */
div.entry {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: justify;
}

/* Encloses entry numbers which link to editorial entry notes */
div.entryLink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: navy;
background: white;
text-align: left;
text-decoration: none;
}

/* For the content of editorial entry notes */
div.entryNote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
color: black; 
background: white;
text-align: left;
}

/* For original headings in the text-only diplomatic WDs */
div.headingDip {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: normal;
color: black;
background: white;
text-align: center;
padding: 15px;
}

/* For original headings in text-only editorial WDs */
div.headingEd {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: normal;
color: black;
background: white;
text-align: center;
padding: 15px;
}

/* For original WD headings  which link to editorial comments or mouseover notes */
div.headingLink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: normal;
color: blue;
background: white;
text-align: center;
}


div.indexEntry {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: blue;
background: white;
text-align: left;
}

/* A line of poetry */
div.line {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: left;
}

/* For headings introducing Boyle's marginalia */
div.marginalia {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black; 
background: white;
text-align: left;
margin-left: 15px;
padding: 5px;
}

/* For each individual line of marginalia */
div.marginaliaLine {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: left;
margin-left: 20px;
}

/* Marks the beginning and end of a block of poetry */
div.poetry {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: white;
text-align: left;
}

/* ids */

#superscript {
vertical-align: super;
}

#underlined {
text-decoration: underline;
}


/* classes used with <span> and <a> */

/* For editorially-inserted archival refs within the text */
span.archival {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
color: black;
background: white;
text-align: left;
} 

.mouseover {
color: blue;
background: white;
}

.reference {
color: blue;
background: white;
}

.referenceBib {
color: blue;
background: white;
font-style: italic;
}

.headnote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: normal;
color: navy;
background: white;
text-align: center;
text-decoration: underline;
}

.note {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: black;
background: silver;
text-align: left;
visibility: hidden;
position: absolute;
}

                                                                                                                                                                                                                                                                                                               