body{background-color: #000; font-weight:bold; font-family:Georgia,serif; text-align:center; margin:0px; padding:0px;}  


.back{ background-color:#795548; color: #fff; }

.new1 { background-color: mintcream; color: black; font-weight: bold;   font-size: large; text-decoration: none; border-width: 2px; border-color: red; border-style: inset;  text-align: center; padding: 5px; }
.new1 a { color:  blue; }

.new { background-color: mintcream; color: black; font-weight: bold;   font-size: large; text-decoration: none; border-width: 2px; border-color: red; border-style: inset;  text-align: center; padding: 5px; }
.new a { color:  blue; }


.CHARTP {background-color:#fff; color:red; border-width:1px; border-color:red; border-style:groove; margin-top: 5px; margin-bottom: 5px;  padding-top: 10px; padding-bottom: 10px; border-radius:5px; }
.CHARTP a {color:blue; text-decoration:none;}

.CHARTS { background-color:#16FFBC; color:#FF0000; border-width: 1px; border-color: lime; border-style: groove; margin-top: 5px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px; border-radius:5px;}
.CHARTS a {color:red; text-decoration:none;}


.myOtherTable1{ width:auto; background-color:white; border-collapse:collapse; color:#000; border-color: black; border-style: inset; border-radius: 10px; text-align: center;  font-weight: bold; font-family: times new roman;} 

.myOtherTable1 td { font-family:Georgia, Garamond, serif; border-bottom:1px solid #555;height:15px;} 


.CHART{border:1px; background-color:#fff;font-weight:bold; border-style: groove; padding:5px; margin-top:5px; margin-bottom:5px; font-size:large;text-shadow: 1px 1px gold; border-radius:10px; }
.CHART a {color:green; text-decoration:none;}


.footer{ background-color: yellow; color: black; font-size: large; border-width: 3px; border-color: blue; border-style: inset; font-weight: bold; margin-top: 5px; margin-bottom: 5px; font-style: italic; padding: 5px; text-shadow: 1px 1px white; }

.result { background-color:#fff; color: black; font-weight: bold; font-size: large; text-shadow:1px 1px #BCBCBD;}
.result a {color:red; text-decoration:none;}

.HEADLINES { background-color:  #16B1FF;color: white;font-weight: bold; font-style: italic; font-size: large; text-decoration: NONE;text-shadow: 1px 1px red;  }


.ti{ background-color: #a9264f; color: white; font-size: large; border-width: 3px; border-style: inset;border-color: lime; font-weight: bold; margin-top: 3px; margin-bottom: 3px; font-style: italic; padding: 3px; }

.resultgame{ background-color:skyblue; color: darkred; font-weight: bold; font-size: large; text-shadow:1px 1px #BCBCBD;}
.resultgame a {color:red; text-decoration:none;}

.RESULTS{   background-color: #fff;
    color: #F44336;
    border-width: 1px;
    border-color: #9E9E9E;
    border-style: groove;
    font-weight: inherit;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.fixed-footer{padding:0;display:flex;position:fixed;bottom:0;left:0;width:100%;box-shadow:0 -2px 13px -3px #000}
.fixed-footer a{text-decoration:none; background-color:#fc9;display:flex;justify-content:center;align-items:center;color:#000;border-left:1px solid #6f0026;transition:all .3s;flex-direction:column;padding:5px 0 6px}
.fixed-footer a:hover{color:#000;background-color:#fc9;text-shadow:1px 1px 2px #333}
body{color:#fff; text-align:center;}

table {border-collapse: collapse; width: 100%; border:5px;}
.white {background-color: white; padding: 10px;}
.cyan {background-color: pink; padding: 10px;}
.green {background-color: green; padding: 10px;}
.yellow {background-color: yellow; padding: 10px; }
.pink {background-color: #ff14934a; padding: 10px;}
.button {
  background-color: #4CAF50;
  border: none;
  border-radius:5px;
  color: white;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer;
}table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

tr:nth-child(even) {background-color: #f2f2f2;}

.button2{ border: 2px solid #FF5733; background-color: #FF5733; color: #fff; padding: 3px 7px; border-radius: 8px 0; box-shadow: 0px 0px 1px #000000d6;font-weight: 600; font-size: 15px; margin: 2px 0 -1px;  transition: all .3s; margin-top: 5px;}
.button3{ border: 2px solid green; background-color: green; color: #fff; padding: 3px 7px; border-radius: 8px 0; box-shadow: 0px 0px 1px #000000d6;font-weight: 600; font-size: 15px; margin: 2px 0 -1px;  transition: all .3s; margin-top: 5px;}