body
  {background-color: #FFFFFF;
   font-family: Arial, Sans-serif;
   text-align: center;
   font-size: 10pt;
   color: #000000;
   margin:0; padding:0;
  }

a
  {color: #0027DF;
   text-decoration: none;
   border: none;
  }

a:hover
  {color: #001B9B;
   text-decoration: underline;
  }

.the-list
{
  text-align: justify;
  word-spacing: 8px;
  line-height: 3em;
  margin: 10px;
}

a.main-title
{
color: black;
font-size: 48pt;
/* font-weight: bold; */
}

.header
{
text-align: center;
}

.page-text
  {
   margin-left: auto;
   margin-right: auto;
   padding-top: 1px;
   padding-bottom: 2px;
   width: 700px;
   text-align: left;
  }

.style-0
  {
   font-size: 12pt;
   font-weight: bold;
   text-decoration: underline;
   color: #1551FC;
  }

.style-1
  {
   font-size: 14pt;
   font-weight: bold;
   color: #0029FB;
  }

.style-2
  {
   font-size: 16pt;
   font-weight: bold;
   color: #7404F2;
  }

.style-3
  {
   font-size: 20pt;
   font-weight: bold;
   color: #CE1515;
  }

.style-sale
  {
   font-weight: normal;
   font-size: 12pt;
   color: #156ECE;
  }

.counter
  {
   position: absolute;
   top: 10px;
   left: 10px;
   border: 1px solid #0C437E;
   background-color: #F4F4F4;
   padding: 3px;
   font-size: 9pt;
  }

.top-menu
  {
   position: absolute;
   top: 10px;
   right: 10px;
   border: 1px solid #0C437E;
   background-color: #F4F4F4;
   padding: 3px;
   font-size: 9pt;
  }

.bottom-menu
  {
   border: 1px solid #0C437E;
   background-color: #F4F4F4;
   padding: 3px;
   font-size: 9pt;
   margin: 10px;
  }


/*
.bottom-menu
  {
   position: static;
   bottom: 10px;
   left: 10px;
   border: 1px solid #0C437E;
   background-color: #F4F4F4;
   padding: 3px;
   font-size: 10px;
  }

.bottom-copyright
  {
   position: static;
   bottom: 10px;
   right: 10px;
   border: 1px solid #0C437E;
   background-color: #F4F4F4;
   padding: 3px;
   font-size: 10px;
  }
*/