p { 
text-indent: 1em; margin-top: 1.2em; margin-bottom: 0;
}
p:first-child {
   text-indent: 0em;
}
div:target {
   background-color: #edd;
}
h2 + p {
   text-indent: 0em;
}
h1 + p {
   text-indent: 0em;
}
h3 + p {
   text-indent: 0em;
}
div.authorlist-article + p {
   text-indent: 0em;
}
div.title-article + p {
   text-indent: 0em;
}
.codelisting{
   border-radius: 6px;
   border-radius: 6px;
   font-family: "Courier New", Courier, mono;
   font-size: 85%;
   background: #333;
   color: #eee;
   margin-left: 2em;
   margin-right: 2em;
   margin-top: 2ex;
   margin-bottom: 2ex;
   overflow: auto;
   line-height: 1.4em;
}
.codelisting li{
   list-style-type: none;
   white-space: pre;
   margin-left: -2.4em;
}
.numberedcodelisting{
   border-radius: 6px;
   border-radius: 6px;
   font-family: "Courier New", Courier, mono;
   font-size: 85%;
   background: #333;
   color: #eee;
   margin-left: 2em;
   margin-right: 2em;
   margin-top: 2ex;
   margin-bottom: 2ex;
   overflow: auto;
   line-height: 1.4em;
}
.numberedcodelisting li{
   white-space: pre;
   margin: 0;
   padding: 0;
}
.letterquot{
   color: green;
   margin-left:9%;
   line-height: 1.3em;
}
hr.footnoterule { text-align: left; width: 40%; margin-right: 60%; color: black }
p.frst { text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;}
p.error {
         color: #ff3333;
         font-weight: bold;
}
p.furl {display:inline; text-indent: 0em; margin-top: 0; margin-bottom: 0em; margin-left: 0em;}
#zmenu li{
    text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;
    margin-right: 0em;
    padding-right: 1.5mm;
    padding-left: 1.5mm;
    display: inline;
    white-space: nowrap;
    font-weight: bold;
}
#zmenu a:link:hover { color: #9ff; }
#zmenu{
   color: #ccc;
   margin-left: -1em;
   margin-top: -0.4em;
 }
span.homelink{
   font-size: 150%;
}
#zmenu ul{
    list-style-type: none;
    color: #99f;
}

#zmenu a:link {
    color: #99f;
}

.urldiv {
   font-size: 75%;
   color: #666;
   width: auto;
   text-align: center;
   margin-top: 1.6ex;
}

#gmid{
   margin-top: 1.0em;
   overflow: hidden;
}
#gblu{
   margin-top:4mm;
   overflow: hidden;
}

.googleads{
margin-top:4mm; margin-bottom:4mm; margin-right:4mm;
}
#sb ul{
     text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;
     list-style-type: none;
     padding: 0in;
}
#sb li {
    text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em; margin-right: 1em;
    color: black;
    display: inline;
    line-height: 4ex;
}
.photoform{
    width: 3in;
    height: 2in;
    overflow: auto;
    position: absolute;
    left: 3.3in;
    top: 7mm;
}
.photodisplay{
    position: absolute;
    top: 2.5in;
    left: 4mm;
}
.photolist{
    width: 3in;
    height: 2in;
    overflow: auto;
    border: solid black thin;
    position: absolute;
    left: 4mm;
    top: 7mm;
    cursor: pointer;
}
.photolist a:link {
color: black
}
.photolist a:visited {
color: #999;
}
.photolist a:visited:hover {
color: #999;
text-decoration: none;
border-style: none none none none;
}
.photolist a:link:hover {
color: black;
text-decoration: none;
border-style: none none none none;
}
p.hth{
margin-bottom: 0.3em;
text-indent: 0em; margin-top: 0;
}
.hth img{
display:none;
}
.hth:hover img{
position: fixed;
left: 3.3in;
top: 1.4in;
display: block;
z-index: 50;
}

div.iswhat{
width: 3cm;
height: 2cm;
position: absolute;
left: 1.2in;
top: 1.5in;
}
div.iswhat p{
display: none;
font-size: 85%;
background: #333;
text-indent: 0em; margin-top: .3ex; margin-bottom: 0; margin-left: 0em;
padding: 2mm;
}
div.iswhat:hover p{
display: block;
}
.rnote
{
	margin-top: 0.2em; margin-bottom: 0.2em;
	margin-left: 0.5em;
	font-size: 75%;
	border: solid navy 0.7mm;
	padding: 0.4em;
	background: #339;
	width: 2.7in;
}
.frnote
{
	font-size: 75%;
	padding: 0.4em;
	background: #339;
}
.cssrnote
{
	margin-top: 0.2em; margin-bottom: 0.2em;
	margin-right: 0in;
	width: 2.1in;
	font-size: 75%;
	text-align: right;
	border: solid navy thin;
	padding: 0.4em;
	line-height: 1.5ex;
	background: #339;
	float:right;
	clear: none;
}
span.fnclicked{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fn{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fnclicked span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:absolute;
   top:1em; left:0em; width:15em;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
   border-radius: 6px;
   border-radius: 6px;
}
span.fnclicked span.fntext a{
   color: #7ad;
}
span.fn span.fntext{
   display: none;
}
span.fn:hover span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:absolute;
   top:1em; left:0em; width:15em;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
   border-radius: 6px;
   border-radius: 6px;
}
span.fn:hover span.fntext a{
   color: #7ad;
}
span.fn:active span.fntext{
   display: none;
}
span.fnclicked:active span.fntext{
   display: none;
}
span.fn:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked span.fntext span.fntext{
   display: none;
}
.fnote
{
   position: fixed;
   display:none;
   bottom: 0;
   left: 0;
   border: solid #99f 0.0mm;
   width: 100%;
   height: 0;
}
.foottext {
   font-size: 65%;
   padding: .0mm;
   color: #9ff;
      }
.foot {
   color: #666;
   background: #333;
   font-size: 50%;
      }
.blank {
   background-color: transparent;
} 
.mnote
{
   float: right;
   top: 40%;
   left: 5.3in;
   border: solid #99f 0.0mm;
   width: 1.4in;
   height: 1.8in;
}
.mnotetext
{
   width: 1.1in;
   font-size: 65%;
   padding: .0mm;
   color: #9ff;
}
.releasenotes
{
	margin-top: 0.2em; margin-bottom: 0.2em;
	margin-right: 0in;
	margin-left: 3mm;
	width: 1.8in;
	height: 1.3in;
	font-size: 70%;
	border: solid black thin;
	padding: 0.4em;
	line-height: 1.5ex;
	background: #003;
	color: #9ff;
	float:right;
	overflow: auto;
	z-index: 50;
	position:relative;
}
.releasenotes p
{
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;

}
.recenton
{
   
   font-size:80%;
   float:right;
   width: 33%;
   padding:2mm;
   margin:2mm;
   border: solid 0.5mm;
   border-color: #ccf;
}
.recenton p
{
   margin-top: 0.5em;
}

.diagnote
{
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0ex;
	margin-bottom: 0em;
	padding: 0.6cm  0.6cm 0.6cm 0.6cm;
/* 	border: solid navy thin; */
	background: #666;
            background-image: none;

}

p.formannotation
{
    font-size: 60%; text-indent: 0em;
    color: black;
    background: white;
}
.bigitem
{
    clear: both;
	border-color: #ccf;
	border-width: .4mm;
	border-style: dashed;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
	padding: 0.7em;
}

.subitem {
	margin-top: 0.4cm;
	padding: 0.7em;

}

html, body {
/*  text-rendering: optimizeLegibility; Can crash Safari 5: see http://www.aestheticallyloyal.com/public/optimize-legibility/*/
  background-image: url(p4.png), url(p1.png), url(p3.png), url(p2.png);
  background-repeat: repeat;
  font-family: verdana, arial, sans-serif;
  margin: 0;
  width: 100%;
}
.main
{
	padding: 0.6cm  1.2cm 0.6cm 0.6cm;
        color: white;
/*	width: 5in;  */
	background: #333;
        margin-bottom: 0.6in;
}
.document blockquote{
    color: #333;
    font-size: 100%;
}
.main blockquote{
    color: #ccc;
    font-size: 90%;
}

.dtitle
{
    font-size: 200%;
}

div.fillinks{
    line-height: 2.0;
    padding: 0em;
}
div.fillinks p{
    text-indent: 0em; margin-top: 0; margin-bottom: 0; margin-left: 0em;
    margin-right: 0em;
    padding-right: 3mm;
    padding-left: 1.5mm;
    display: inline;
    /*border-top: solid #333 0mm;
    border-bottom: solid #333 0mm;
    border-left: solid #333 0mm;
    border-right: solid #9ff 1mm;*/
    white-space: nowrap;
}
.biglinksleft
{
    font-size: 120%;
    width: 100%;    
}
.frontindex ul
{
   margin: 0em;
   padding: 0em;
   text-indent: 0em;
}
.frontindex li
{
   list-style-type: none;
   display: inline;
   margin-left: 0em;
   margin-right: 0.7em;
   padding: 0em;
   text-indent: 0em;
   font-weight: bold;
}
.frontindex a:visited
{
   color: #998;
}
.frontindex a:link
{
   color: #998;
}
.biglinksleft p
{
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
}
.attribution
{
    color: #333;
    font-style: oblique;
}
.attribution a:visited {
    color: #333;}
.attribution a:link {
    color: #333;}
.diagram{
    cursor: help;
}
.snip
{
    background: white;
    color: black;
    margin-left: 1.0cm;
	margin-bottom: 0em;
	padding: 0.6cm;
	margin-top: 5%;
	margin-right: 0cm;
}
.googlesearch
{
margin-left: 0%;
}
div.headlinesummary{
display: inline;
}

.sitenewsheadlines
{
}

.sitenewsitem
{
text-indent: 0em; margin-top: 0em; margin-bottom: 1em;
line-height: 1.2em;
}
.headlinetitle{
   font-weight: bold;
}

.newsdate {color: #369; font-weight: normal;}

.sectionlist
{
    font-size: 75%;
    font-weight: bold;
    border: solid 0.5mm;
    border-color: #9cf;
    margin-left:0em;
    margin-top:4mm;
    padding: 2mm;
    width: 50%;
}

.sectionlist p
{
    text-indent: 0em; 
    margin-top: 0.2em; 
    margin-bottom: 0;
}

.sectionlist h2
{
    text-align: center;
    color: #9ff;
    padding: 1mm 1mm 1mm 1mm;
    margin-right: 30%;
    margin-left: 0em;
    font-size: 120%;
	border-color: #9ff;
	border-width: 0.5mm 0.5mm 0.5mm 0.5mm ;
	border-style: solid solid solid solid;  

}

.h0nav
{
    font-size: 75%;
    font-weight: bold;
    border: solid  0.5mm;
    border-color: #9cf;
    margin-top:3em;
    padding:1mm;
}
.comments
{
    margin: 1.0ex 0.4cm 0.4cm 0.0ex;
}
.comments h3
{ margin-bottom: 2mm; }
.commentary
{
    background: #003;
    color: white;
    padding: 3mm;
    margin-top: 3mm;
}

.commentary .incoming {
    border-color: #69f;
    border-width: 0.5mm;
    border-style: solid solid solid solid;  
    padding: 3mm;
    margin: 4mm;
    color: white;
}


.commentary .headers{
    color: #999;
    font-style: oblique;
    margin-bottom: 3mm;
}

.commentary .headers p {
    text-indent: 0em;
    margin-top: 0;
    margin-bottom: 0;
}

.commentary .reply {
    border-color: #69f;
    border-width: 0.5mm;
    border-style: solid solid solid solid;  
    padding: 3mm;
    margin: 4mm;
    margin-left: 1.0cm;
    color: #ff0;
}


.photos
{
	margin-left: 4%;
	margin-right: 4%;
    background: white;
    color: black;
    background-image: none;
}

.photos h1
{ background: #ccc;
  color: black;
  border: solid black thin;
}


.photos h3
{ background: #ccc;
  color: black;
  border: solid black thin;
}


.photoframe
{
    background: #CCC;
    padding: 1.5cm
 }
 
.photocell
 { background: #CCC; }
 
 .photocell p
 { text-indent: 0em; margin-top: 0; margin-bottom: 0.2em;}
 
.photocell a:visited
{
    color: black;
}
  
.photocell a:link
{
    color: black;
}
  
 
.photoframe p {text-indent: 0em;}
.photocaption
{
    background: #CCC;
    padding: 1cm;
    color: black;
}

.thumb
{
	
	table-layout: fixed;
	background: #999;
	padding: 0mm;
	white-space: nowrap;
    width: 7in;
    height: 2.1in;
    overflow: auto;
	font-size: 75%;
}

.thumb td
{
    padding:2mm;
    text-align: center;
}



.thumb a:visited
{
    color: white;
}
  
.thumb a:link
{
    color: white;
}


.thumb p {text-indent: 0em;}

.maint {
	margin-left: 1.7cm;
	margin-right: 0.5cm;
}
.searchresults
{
  color: black;
  background: #aaaaaa;
  width: 9in;
  margin: 0cm;
  padding: 1.8cm;
  font-family: Times, serif;
  line-height: 1.5em;
}
#page{
  /* max-width: 10in;*/
}
.breath{
  margin-bottom: 1.5ex;
  background: #ddd;
  padding: 3%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.fat{
  font-family: Times, serif;
  line-height: 1.5em;
  width: 90%;
  margin-bottom: 1.5ex;
  background: #ddd;
  padding: 3%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: 1.5ex;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.document
{
  font-family: Times, serif;
  line-height: 1.5em;
  margin-bottom: 1.5ex;
  background: #ddd;
  padding: 3%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: 1.5ex;
  float: left;
  width: 60%;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;

}
#top{
   visibility: hidden;
}
#top div{
   height: 0em;
}
#rs{
  float: left;
  width: 32%;
  color: black;
  margin-left: 1%;
  margin-top: 1.5ex;
  font-family: Times, serif;
  text-indent: 0em;
}
#rs div{
  border-radius: 11px;
  border-radius: 11px;
  margin-bottom: 1.5ex;
  text-align: center;
  -webkit-border-top-left-radius: 11px;
  -webkit-border-bottom-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  -webkit-border-bottom-right-radius: 11px;
  -moz-border-radius-topleft: 11px;
  -moz-border-radius-topright: 11px;
  -moz-border-radius-bottomleft: 11px;
  -moz-border-radius-bottomright: 11px;
}

.doccomments{
  background: #fcc;
}
#cbx {
  background: #8aa;
   padding: 4px;
}
#rs a:link{
color: black;
}
#rs a:visited{
color: black;
}
#qod a:link{
  color: #339; 
}
#qod a:visited{
  color: #339; 
}
#cbx .title{
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 108%;
  font-weight: bold;
}
#qod {
  background: #8aa;
   padding: 9px;
}
.googlesquare{
  background: #cbc;
  padding: 1px;
}
.googletopspacer{
   height: 0.5em;
}
#noz{
  background: #fac;
}
#lo {
background: #bbd;
padding: 8px;
}
#lo a:link  {
   color: #336;
}
#lo a:visited  {
   color: #336;
}
.thypen {
   color: #77a;
}
#lotop a:link  {
   color: #336;
}
#lotop a:visited  {
   color: #336;
}
#sb{
   background: #aab;
  padding: 4px;
}
#sb a:link  {
   color:black;
}
#sb a:visited  {
   color:black;
}
#sb .title{
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 108%;
  font-weight: bold;
}
#subscribe{
  background: #dac;
  padding-bottom: 4px;
  padding-top: 6px;
}
#cse{
  background: #aac;
  padding-top: 4px;
}
#csetop{
  background: #aac;
  padding-top: 4px;
}
#csetop .gsc-search-button{
  text-shadow: 0px 0px;
  border: none;
  margin: 0mm;
  margin-top: 0.0em;
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 108%;
  background: #aac;
}
#csetop .gsc-input{
  background: #aac;
  border:none;
  margin-top: 0.0em;
  padding: 0;
}
#csetop .gsc-resultRoot{
  background: #aac;
}
#csetop .gsc-results {
  background: #aac;
}
#csetop .gsc-result {
  background: #aac;
}
#csetop .gsc-control-cse {
  border: none;
  background: #aac;
  margin: 0ex;
  padding: 0;
}
#csetop .gsc-adBlock {
   background: #aac;
}
#csetop #adBlock {
   background: #aac;
}
#cse .gsc-search-button{
  text-shadow: 0px 0px;
  border: none;
  margin: 0mm;
  margin-top: 0.0em;
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 108%;
  background: #aac;
}
#cse .gsc-input{
  background: #aac;
  border:none;
  margin: 0ex;
  margin-top: 0.0em;
  padding: 0;
}
#cse .gsc-resultRoot{
  background: #aac;
}
#cse .gsc-results {
  background: #aac;
}
#cse .gsc-result {
  background: #aac;
}
#cse .gsc-control-cse {
  border: none;
  background: #aac;
  margin: 0ex;
  padding: 0;
}
#cse .gsc-adBlock {
   background: #aac;
}
#cse #adBlock {
   background: #aac;
}
.gs-title{
   border-color: transparent;
   border-width: 0px;
   text-decoration: none !important;
   border: none;
   border-color: transparent;
   border-width: 0px;
}
.gs-title b{
   text-decoration: none !important;
}
.searchdocument
{
  color: black;
  background: #aaaaaa;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
/*  -webkit-box-shadow: 10px 10px 7px #000;
  -moz-box-shadow: 10px 10px 7px #000;*/
  margin: 0cm;
  padding: .5in;
  font-family: Times, serif;
  line-height: 1.5em;
}
.document.blockquote{  
    color: #333;
    font-size: 90%;
}
.authorlist-article {
   color: #333;
   margin-bottom: 2em;
   font-size: 90%; }
.date-article { text-align: right;
   margin-bottom:3ex;
   font-size:80%;
	font-style: oblique;}
.title-article {
	text-align: center;
	color: #369;
    font-size: 150%;
	margin-top: 0ex;
	margin-bottom: 1.5em;
        clear: both;
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
}
.title-searchresults {
	text-align: left;
	color: #369;
    font-size: 200%;
	margin-top: 4ex;
	margin-bottom: 1.5ex;
        clear: both;
}
h1
{
   color: #746;
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
	text-align: left;
	font-weight: normal;
    font-size: 130%;
        margin-right: 40%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0cm;
	border-width: 0.5mm;
	border-style: none none solid none;
}
h2{
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
   color: #746; font-size: 120%; font-weight: normal; text-align: center;}

.front h2 { margin-right: 50%; }
    
h3 {
    color: #746;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    line-height: 1.1em;
    font-weight: normal;
    margin-left: 1.0cm;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 100%;
    font-style: oblique;
    }
    
h4 {
    text-align: left;
    color: navy;
    padding: 1mm;
    margin-right: 30%;
    margin-left: 0pt;
    font-size: 100%;
	border-color: #69f;
	border-width: 1mm;
	border-style: solid solid solid solid;
    }

.userbar
{
	color: #666;
	font-family: sans-serif;
	font-size: 9pt;
	border: dashed #666 0.4mm;
	padding: 0.4ex;
        margin-bottom: 4mm;
}
    
p.warn {
    border: solid #f3f 0.6mm;
    padding: 2mm;
    text-indent: 0em;
    margin: 1.5ex 0em 1.5ex 2em;
}

warn { border: solid #f3f 0.6mm; 
    
}
p.intro{
    text-indent: 0em;
    font-size: 125%;
    margin-right: 5em;
    margin-bottom: 4ex;
    padding: 2mm;
    border:solid black 0.5mm;
    
}

.arch
{
 	background-color: navy;
	font-size: 75%;
}

.gone
{
	/*background-color: #999;*/
        text-decoration: line-through;
	
}

/* .gone a:hover */
/* {background: #ccc;} */


.frontquote
{
	color: #aac;
	font-size: 90%; 
	font-style: oblique;
        margin-top: 5em;
        margin-bottom: 1.9em;
        margin-left: 4em;
        width: 4.2in;
}
.document.pull
{
	color: #333;
	font-size: 90%; 
	font-style: oblique;
}
.pull
{
	color: #ccc;
	font-size: 90%; 
	font-style: oblique;
}


.noi p {
	text-indent: 0em;
	margin-top: 0.4em;
}

.vlist p {
    border: solid 1mm;
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 0em;
    border-color: #669;
    display: inline;
    padding: 0.5em;
    line-height: 2.1em;

}

.list p {
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
}

p.list {
    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
}

.openlist p {

    text-indent: 0em;
    margin-top: 1em;
    margin-bottom: 1em;

}

.linknote {
     font-size: 75%;
     background: #339;
}



a:link {
    color: #9cf;
    border-color: transparent;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}

a:visited {
    color: #f99;
    border-color: transparent;
    border-width: 0.1em;
    border-style: none none dotted none;
    text-decoration: none;

}
a:active
{
    background: black;

}

.document a:link, #cse a:link, .fat a:link {
    border-color: transparent;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
    color: #369;
}

.document a:visited, #cse a:visited, .fat a:visited {
    border-color: transparent;
    border-width: 0.1em;
    border-style: none none dotted none;
    text-decoration: none;
    color: #599;
}


.document a:active
{
    background: black;

}
a:link img{
border-style: none none none none;
}
a:hover img{
border-style: none none none none;
}
a:visited img{
border-style: none none none none;
}
a.gone
{
        text-decoration: line-through;	
}
a:hover.gone
{
        text-decoration: line-through;
        color: #99f;
}


.lfq
{
	font-size: 500%;
	color: #99f;
	
}
/*.bigurl{
    margin-top: 1.0ex;
    margin-bottom: 1.0ex;
}*/
a.bigurl:link {
       border-color: #99f;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}
a.bigurl:visited {
   
    border-color: #f99;
    border-style: none none dotted none;
    border-width: 0.1em;
    text-decoration: none;
}

a.bigurl:active
{
    background: black;
}
.document sup{
   font-size: 75%;
}
.picture {
   width: 33%;
   margin: 4mm;
}
.bigpicture {
   width: 66%;
   margin: 4mm;
}
#plaintext{
display:none;
}
.fnotes, .bib{
   font-size: 85%;
   line-height: 1.1em;
   word-wrap: break-word;
}
.fnotes p, .bib p{
   text-indent: 0em;
   margin-top: 1.em;
}
    
@media screen and (max-width: 700px){
html, body{
  background-image: none;
  }
#page{
 width:100%;
}
#top{
  float: none;
  visibility: visible;
  width: 100%;
  margin: 0ex;
  background-image: none;
  color: black;
  font-family: Times, serif;
  text-indent: 0em;
  border: none;
}
#top div{
  border-radius: 0px;
  border-radius: 0px;
   float: none;
   height: auto;
  /*width: 96%;*/
  text-align: center;
  width: 100%;
  border: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}
#top #lotop{
  background: #799;
  border: none;
  padding: 6px;
}
 #rs div{
  margin: 0ex;
   padding: 2%;
/*  width: 96%; */
  border: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 0px;
  border-radius: 0px;
 }

#rs{
  float: none;
   width: 100%;
   max-width: 100%;
  margin: 0ex;
  background-image: none;
  color: black;
  font-family: Times, serif;
  text-indent: 0em;
  border: none;
}

#rs #cse{
   visibility: hidden;
   height: 0em;
   margin: 0em;
   padding: 0em;
  border: none;
}
#rs #subscribe div{
   height: 0em;
   margin: 0em;
   padding: 0em;
  border: none;
}
#rs #cse div{
   height: 0em;
   margin: 0em;
   padding: 0em;
  border: none;
}
#rs #lo div{
   height: 0em;
   margin: 0em;
   padding: 0em;
  border: none;
}

#rs #lo{
   visibility: hidden;
   height: 0em;
   margin: 0em;
   padding: 0em;
}
#rs #sb{
   background: #aab;
   border: none;
}

.document{
   background: #ddd;
   font-size: 130%;
   width: 96%;
   padding: 2%;
   margin: 0em;
   float: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}
.bigpicture {
   width: 95%;
   margin: 4mm;
   display: block;
}
span.fnclicked{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fn{
   display: inline;
   position:relative;
   cursor: pointer;
   color: #939;
}
span.fnclicked span.fntext{
   display:block;
   text-indent: 0;
   padding: 2mm;
   position:fixed;
   top:20%; left:10%; width:75%;
   background-color:#333; color:#ddd;
   font-size: 90%;
   line-height: 1.3em;
   z-index: 50;
   opacity: 0.9;
   border-radius: 6px;
   border-radius: 6px;
}
span.fn span.fntext{
   display: none;
}
span.fn:hover span.fntext{
   display: none;
}
span.fn:active span.fntext{
   display: none;
}
span.fnclicked:active span.fntext{
   display: none;
}
span.fn:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked:hover span.fntext span.fntext{
   display: none;
}
span.fnclicked span.fntext span.fntext{
   display: none;
}
}


