    body {
        font-size:12pt;
        font-family:Courier;
        background-color:#000;
        background-image:url('');
        color:#fff;
        }
    
a:link {
        color: #fff;
        }
        
a:visited {
        color: #fff;
        }
        
a:hover {
        color:#fff;
        }

h3{
  margin-top:10px;
  line-height:0px;
  }        

.tab {
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #000;
  width:1025px;
}

.tab button {
  background-color: #000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 12pt;
  font-family:Courier;
  color: #fff;
}

.tab button:hover {
  color: #fff;
  text-decoration:none;
}

.tab button.active {
  background-color: #fff;
  color:#000;
  text-decoration:none;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #fff;
  border-top: none;
  width:1000px;
  background:#000;
  font-family:Courier;
}


::-webkit-scrollbar {
  display: none;
}