
test
{
   color: white;
   background-color: black;
}

body
{
   margin-left: 5em;
   margin-right: 5em;
   color: white;
   background-color: black;
}

bt1 /*big-text*/
{
   margin-bottom: 0.5em;
   display: block;
   color: white;
   font-size: 40px;
   font-weight: bold;
}

btb1 /*big-text-bold*/
{
   margin-bottom: 0.5em;
   display: block;
   color: white;
   font-size: 40px;
   font-weight: bold;
}

nt1 /*normal-text*/
{
   font-size: 20px;
   color: white;
   background-color: black;
}

nt2 /*normal-text*/
{
   font-size: 20px;
   color: white;
   background-color: black;
   padding-right: 30px;
}

nt1ar /*normal-text align right*/
{
   font-size: 20px;
   color: white;
   background-color: black;
   text-align: right;
}

ntb1 /*normal-text-bold*/
{
   font-size: 20px;
   color: white;
   background-color: black;
   font-weight: bold;
}



.navigation-table
{
   border-collapse: collapse;
   color: white;
}

.navigation-table th, .special-table td
{
   padding: 10px;
   border: 2px solid white;
}


.normal-table
{
   border-collapse: collapse;
   color: white;
}

.normal-table th, .normal-table td
{
   padding: 10px;
   border: 2px solid white;
   text-align: left;
}