.drop {
font:10pt verdana,sans-serif;
width:100%;
text-align:justify;
color:black;
background-color:white;
}

p {
.font:10pt verdana,sans-serif;
width:100%;
text-align:justify;
}

table {
.font:10pt verdana,sans-serif;
text-align:justify;
}

td {
.font:10pt verdana,sans-serif;
text-align:justify;
}

tr {
.font:10pt verdana,sans-serif;
text-align:justify;
}

/*
.drop:first-letter {
font-weight:800;
background:transparent;
font-size:3em;
line-height:0.9em;
float:left;
width:0.7em;
padding-right:0.1em;
}
*/

.boxtext {
padding: 20px;
border:1px solid black;
background-color: white;
position:relative;
top:-3;
left:-3;
}

.pullquote {
float:right;
border: 3px solid gray;
width:150;
padding: 10px;
margin-left: 20px;
font-style: italic;
font-weight: bold;
text-align: center;
}

.lpullquote {
float:left;
border: 3px solid gray;
width:150;
padding: 10px;
margin-right: 20px;
font-style: italic;
font-weight: bold;
text-align:center;
}

.articleheading {
font-style: italic;
font-weight: bold;
}

.borderbox {
  background-color:777777;
}

.blankbox {
width:75px;
height:600;
}

A:link {text-decoration: underline; color: blue}
A:visited {text-decoration: underline; color: 990000}
A:active {text-decoration: underline; color: black}
A:hover {text-decoration: underline;  color: red}

.toc {
font: 10pt  verdana,sans-serif;
text-align:left;
font-weight: 150;
font-size: 1.2em;
text-decoration: none;
color: black;
margin-bottom:0;
padding-bottom:0.2em;
}

.tocby {
font: 10pt  verdana,sans-serif;
text-align:left;
font-weight: bold;
text-decoration: none;
color: black;
margin-top:0;
padding-top:0;
margin-bottom:0.4em;
}


.copyright {
font:6pt verdana,sans-serif; 
font-size: 0.3em;
font-weight: bold;
}

/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
 white-space: pre;
 white-space: pre-wrap;
 white-space: pre-line;       /* css-3 */
 white-space: -moz-pre-wrap !important;;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
} 
