BODY{
     background-image: url("./capitol.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: 5% 100%
     overflow-y: hidden;
     margin:0;
     color:#696969;
     vertical-align: baseline;
         text-justify: inter-ideograph;
         line-break:strict;
     font-family :Verdana;
         font-variant:normal;
         font-size:10pt;
}
body,div {
         scrollbar-arrow-color:#3366ff;
         scrollbar-face-color:#ffffff;
         scrollbar-highlight-color:#0099ff
}
a:link     {color:#6699FF}
a:visited  {color:#6699CC}
a:hover    {color:#498fff;cursor:pointer;font-size:10pt;text-decoration:underline}
a:active   {color:#CC66CC}
a { text-decoration:none; }

ul.sample1  {list-style-type:disc}
ul#in {list-style-position:inside}
ul#out {list-style-position:outside}

DIV.sen1@{ border-style: groove}


