body
{
   background-color: #4C4E4F;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(96,96,96,1.00) rgba(57,57,57,1.00);
   scrollbar-width: thin;
}
*::-webkit-scrollbar
{
   width: 10px;
}
*::-webkit-scrollbar-track
{
   background: rgba(57,57,57,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(96,96,96,1.00);
   border-radius: 10px;
   border: 1px solid rgba(56,57,56,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(57,57,57,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(134,134,134,1.00);
}
#Shape1
{
   width: 155px;
   height: 135px;
   background-color: #4C4E4F;
   background-image: none;
   border: 0px #4C4E4F solid;
}
