
table {border-collapse:seperate;width:100%;}
table, td, th {border:1px solid maroon;}
td {vertical-align:middle;text-align:center;}
th {background-color:maroon;color:lemonchiffon;}
img {padding:10px 10px 10px 10px;}

a:link {color:lemonchiffon}
a:visited {color:lemonchiffon}
a:active {color: lemonchiffon }

.hd1  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:20pt;
text-align:center}
.hd1N  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:20pt;
text-align:center}
.hd1Q  {background-color:DarkSalmon;
color:maroon;
font-family:Arial;
font-weight:bold;
font-size:20pt;
text-align:center}
.hd2  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:15pt;
text-align:center}

.hd3  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:center}

.hd4  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center}

.C1 {background-color:mistyrose;
color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:left;
vertical-align:middle;}

.C2 {background-color:moccasin;
color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:left;
vertical-align:middle;}

.CRed {background-color:red;
color:white;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:center;}

.C1C {background-color:#FFFFE0;
color:black;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:center;}

.C2C {background-color:#FFDEAD;
color:black;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:left;}

.C3 {background-color:lightpink;
color:black;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:center;}

.r   {color:red;
font-family:Arial;
font-weight:bold;
font-size:12pt;
border: solid maroon;
border-left-width: medium;
border-right-width: medium;
border-top-width: thin;
border-bottom-width: thin;
text-align:center;}

.b {color:black;
font-family:Arial;
font-weight:bold;
font-size:12pt;
border: solid maroon;
border-left-width: medium;
border-right-width: medium;
border-top-width: thin;
border-bottom-width: thin;
text-align:center;}

.l {color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
border: solid maroon;
border-left-width: medium;
border-right-width: medium;
border-top-width: thin;
border-bottom-width: thin;
text-align:center;}

.e {color:white;
background-color:red;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center;}

.d {color:white;
background-color:black;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center;}

.t {color:white;
background-color:purple;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center;}

.a {color:red;
background-color:orange;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center;}

.nr   {background-color:white;
color:red;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center;}

.nbl  {background-color:white;
color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center;}

.nb   {background-color:white;
color:black;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center;}

.hdt {background-color:maroon;
color:yellow;
font-family:Arial;
font-weight:bold;
font-size:8pt;
text-align:center;}

.tr   {color:red;
background-color:white;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.tb {color:black;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.tl {color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.pr {color:maroon;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center;}

.tp {color:white;
background-color:purple;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center;}

.al {color:red;
background-color:orange;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.bg {color:white;
background-color:gray;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.bd {color:maroon;
background-color:pink;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.db {color:white;
background-color:black;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.eg {color:white;
background-color:red;
font-family:Arial;
font-weight:bold;
font-size:12pt;
text-align:center}

.mnl  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:left}

.mnr  {background-color:maroon;
color:lemonchiffon;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:right}

.txt  {background-color:white;
color:maroon;
font-family:Arial;
font-weight:bold;
font-size:10pt;
text-align:justify;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px maroon; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: maroon; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}
body {margin-left: 2px; margin-right: 2px; margin-top: 10px; margin-bottom: 0px;overflow:scroll}
