body{
    font-family: "'Goudy Old Style';Arial", serif;
	font-size: medium;
	color: #8B1A1A;
	background: #D0A9AA;
	text-decoration: none;
scrollbar-face-color:#DA9596; 
scrollbar-highlight-color:#CEE7FF; 
scrollbar-3dlight-color:#0057AE; 
scrollbar-darkshadow-color:#000000; 
scrollbar-shadow-color:#808080; 
scrollbar-arrow-color:#DA9596;
scrollbar-track-color:#B28A8B; 
}
.container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.centerfootnote {
    text-align: center;
    margin-top: -12px;
    padding-bottom: 4px;
}
.item1 {
    display: flex;
    order: 2;
}
.scrollbaritem {
    order: 1;
    width: 130px;
    max-height: 1024px;
}
.style8{
    top:-.2em;
    float:left;
    height:1.8em;
    border-width:0;
}
.style9{
  top:-.2em;
  float:left;
  height:1em;
  background:#C6898B;
    border-width:0;
  /*border-style:groove;*/
  padding:0px 12px 0px;
  margin:0px 8px 4px;
}
.style10{
    top:-.2em;
    float:left;
    height:2em;
    border-width:0;
}
.styleA{
    /*style: "margin:auto"; */
    text-align: center;
}

.clearfloat{
    clear: both;
}
::-webkit-scrollbar {
    width: 14px;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(228,189,190,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(218,149,150,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(228,189,190,0.3); 
}

a:link {
	font-family: "Goudy Old Style;Arial",serif;
	font-size: 18px;
	color: #8B1A1A;
	text-decoration: underline;
}
a:visited {
	font-family: "Goudy Old Style;Arial",serif;
	font-size: 18px;
	color: #8B1A1A;
	text-decoration: underline;
}
a:hover {
	font-family: "Goudy Old Style;Arial",serif;
	font-size: 18px;
	color: #CD3333;
	text-decoration: underline;
}
.scroller {
    float: right;
    border: #8B1A1A;
}
.mainform {
    float: left;
}
