body.mein {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255) 
}
H1.heading1 {
  font-family : "Arial" , Helvetica , sans-serif;
  font-size : 2em;
  font-weight : 700;
  color : rgb(0,255,0);
  letter-spacing : 0.3em;
  text-align : center
}

H2.heading2 {
  font-family : "Arial" , Helvetica , sans-serif;
  font-size : 1.5em;
  font-weight : 600;
  color : rgb(0,230,0);
  letter-spacing : 0.2em;
  text-align : center
}

H3.heading3 {
  font-family : "Arial" , Helvetica , sans-serif;
  font-size : 1.2em;
  font-weight : 600;
  color : rgb(0,205,0);
  letter-spacing : 0.1em;
  text-align : center
}

H4.heading4 {
  font-family : "Arial" , Helvetica , sans-serif;
  font-size : 1em;
  font-weight : 550;
  color : rgb(0,180,0);
  letter-spacing : 0.1em;
  text-align : left
}
.head-note {
  font-family : "Times New Roman" , Times , serif;
  font-size : 1em;
  font-weight : 550;
  font-style : italic;
  color : rgb(255,255,255);
  letter-spacing : 0.1em;
  text-align : right;
  margin-right : 1.5em
}

.body-text {
  font-family : "Times New Roman" , Times , serif;
  text-align : justify;
  color : rgb(255,255,255)
}

.body-text-indent {
  font-family : "Times New Roman" , Times , serif;
  text-align : justify;
  text-indent : 2em;
  color : rgb(255,255,255)
}

.list {
  font-family : "Times New Roman" , Times , serif;
  text-align : justify;
  margin-left : 1.5em;
  color : rgb(255,255,255)
}

TABLE.table {
  border-style : double;
  border-width : 3pt;
  border-color : rgb(120,120,120)
}

CAPTION.table {
  font-family : "Arial" , Helvetica , san-serif;
  font-size : 1.05em;
  font-style : italic;
  color : rgb(255,255,0);
  text-align : right
}

THEAD.table {
  background : rgb(200,200,163);
}

TH.table {
  font-family : "Times New Roman" , Times , serif;
  border-top-style : solid;
  border-bottom-style : double;
  border-left-style : solid;
  border-right-style : solid;
  border-top-width : 1pt;
  border-bottom-width : 3pt;
  border-left-width : 1pt;
  border-right-width : 1pt;
  border-color : rgb(105,105,105);
  padding-left : 5pt;
  padding-right : 5pt;
  color: rgb(0,0,0);
  background-color : rgb(200,200,163)
}

TD.table {
  font-family : "Times New Roman" , Times , serif;
  border-style : solid;
  border-width : 1pt;
  border-color : rgb(105,105,105);
  padding-left : 5pt;
  padding-right : 5pt;
  color : rgb(255,255,255);
  background-color : rgb(0,0,0)
}

A.internal:link {
  color : rgb(0,255,255);  font-family : "Times New Roman" , Times , serif;
  text-decoration : none
}

A.internal:visited {
  color : rgb(0,255,255);
  text-decoration : none
}

A.internal:active {
  color : rgb(255,0,0);
  text-decoration : none
}
A.external:link {
  color : rgb(0,255,255);  font-family : "Times New Roman" , Times , serif;
  text-decoration : none
}

A.external:visited {
  color : rgb(0,160,160);
  text-decoration : none
}

A.external:active {
  color : rgb(255,0,0);
  text-decoration : none
}
