body {
  background: black;
  color: black;
  font-family: sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  }

p {
  text-align: justify;
  }
  
p.sitebottom {
  text-align: center;
  }
  
p.klein {
  font-size: 10px;
  }

p.kleinr {
  font-size: 10px;
  text-align: right;
  padding-right: 0px;
  margin-right: 0px;
  }
  
p.kleincent {
  font-size: 10px;
  text-align: center;
  }  
  
p.news {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  }
  
p.review {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 11px;
  }  

p.rev_intro {
  text-align: center;
  font-size: 12px;
  }  
  
h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  }

h1.review {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  }
  
h2 {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: none;
  }

h2.review {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }
  
h3 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: none;
  }
  
h4 {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  }
  
h5 {
  text-align: center;
  font-size: 12px;
  font-weight: none;
  font-style: italic;
  }
  
h6 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  font-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 14px;   
  }
    
a:link {
  color: blue;
  text-decoration: none;
  }
  
a:visited {
  color: blue;
  text-decoration: none;
  }
  
a:active {
  color: red;
  text-decoration: none;
  font-style: italic;
  }
  
a:hover {
  color: red;
  text-decoration: underline;
  }

p.menu {
  text-align: left;
  }

a.mwhite:link {
  color: white;
  font-size: 10px;
  text-decoration: none;
  }
  
a.mwhite:visited {
  color: white;
  font-size: 10px;
  text-decoration: none;
  }
  
a.mwhite:active {
  color: red;
  font-size: 10px;
  text-decoration: none;
  font-style: italic;
  }
  
a.mwhite:hover {
  color: red;
  font-size: 10px;
  text-decoration: underline;
  }  
  
a.mblack:link {
  color: black;
  font-size: 10px;
  text-decoration: none;
  }
  
a.mblack:visited {
  color: black;
  font-size: 10px;
  text-decoration: none;
  }
  
a.mblack:active {
  color: red;
  font-size: 10px;
  text-decoration: none;
  font-style: italic;
  }
  
a.mblack:hover {
  color: red;
  font-size: 10px;
  text-decoration: underline;
  }
  
a.nolinkw:link {
  color: white;
  font-size: 10px;
  text-decoration: line-through;
  }   


a.nolinkw:visited {
  color: white;
  font-size: 10px;
  text-decoration: line-through;
  }   

a.nolinkw:active {
  color: white;
  font-size: 10px;
  text-decoration: line-through;
  }   

a.nolinkw:hover {
  color: white;
  font-size: 10px;
  text-decoration: line-through;
  }   

a.nolinkw {
  color: white;
  font-size: 10px;
  text-decoration: line-through;
  }

a.nolinkb:link {
  color: black;
  font-size: 10px;
  text-decoration: line-through;
  }

a.nolinkb:visited {
  color: black;
  font-size: 10px;
  text-decoration: line-through;
  }

a.nolinkb:active {
  color: black;
  font-size: 10px;
  text-decoration: line-through;
  }

a.nolinkb:hover {
  color: black;
  font-size: 10px;
  text-decoration: line-through;
  }

a.nolinkb {
  color: black;
  font-size: 10px;
  text-decoration: line-through;
  }

th.news {
  background: gray;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 14px; 
  }
  
td.news {
  background: silver;
  }

th.review {
  background: gray;
  padding: 0px;
  margin: 0px;
  }

td.review {
  background: silver;
  padding: 0px;
  margin: 0px;
  }
  
td.imp-bg {
  background-image: url(table-bg.jpg);
  }

table.menu {
  border-width: 6px;
  border-color: #A6A6A6;
  border-style: solid;
  }
  
table.mainframe {
  border-width: 0px;
  margin: 0px;
  width: 800px;
  }

li {
  text-align: justify;
  }