BODY {  
  margin: 0px;
  padding-left: 5pt;
  background-color: transparent;
  font-size: small; 
  font-family: sans-serif, verdana, arial, helvetica;   
} 
TEXTAREA{
  width: 100%;
  height: 300;
}

H5{
  font-size:xx-small;
}
H4{
  font-size:x-small;
}
H3{
  font-size:small;
}
H2{
  font-size:medium;
}
H1{
  font-size:large;
}

A {text-decoration:none;}
A:link {color: blue}
A:hover {background-color: #E6E6E6}
A:visited {color: red }   /* visited links */
A:active {color: lime }    /* active links */

.notation{
  font-size: small; 
}
.footer{
  font-size: small; 
}
.dictheader{
  cursor: hand;
  cursor: pointer;
}
.invisible{
  visibility:hidden;
}
.citation{
  font-size: xx-small; 
}
.footnote{
  font-size: xx-small; 
}
.sec_footnotes{
  font-size: xx-small; 
}
.toc{
  border:1px solid #aaaaaa;
  <!--background-color:#f9f9f9;-->
  background-color:#FFFFFF;
  padding:5px;
  font-size: small;
}
.sugwin{
  z-index:10;
  text-align:left;
  padding: 1pt;
}
.title{
  font-size:large;
  font-weight:bold;
}
.recentadiv{
  border-width: 0;
  width: 3000;
  text-align: left;
  padding: 2pt;
}
.recentudiv{
  border-width: 0;
  width: 300;
  text-align: left;
  padding: 2pt;
}
.frequentdiv{
  border-width: 0;
  width: 300;
  text-align: left;
  padding: 2pt;
}
.suggesteddiv{
  border-width: 0;
  width: 300;
  text-align: left;
  padding: 2pt;
}

.sumtitle{
  font-size: medium;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.keywords{
  font-size:xx-small;
  font-color:blue;
  font-weight: bold;
}
.summary{
  font-size:xx-small;
}
.imgdiv{
  width:1in;
  padding:5px;
}
.copyright{
  font-size:xx-small;
  padding:2px;
}
.transbutton{
  border-width: 0in;
  background-color: transparent;
  font-size: medium;
  font-weight: bold;
  color: blue;
  cursor: hand;
}
.h1{
  font-size: medium;
  font-weight: bold;
}
.commentheader{
  border-width: 5pt;
  background-color: #F0F0F0;
  font-size: x-small;
  font-weight: bold;
}
.commentbody{
  border-width: 5pt;
  background-color: transparent;
  font-size: x-small;
  padding-bottom:10pt;
}
.quotedcomment{
  border-width: 3pt;
  background-color: transparent;
  font-size: xx-small;
  padding-bottom:5pt;
}
.commentreplybutton{
  background-color: transparent;
  font-size: xx-small;
}
.errormsg{
  font-size: medium;
  font-weight: bold;
  color: red;
}
