.tophead{ background-color: white; color: black; border-width: 3px; border-color:purple; border-style: groove; margin-top: 5px; margin-bottom: 5px; padding-top: 10px; padding-bottom: 10px;  font-weight: 900; border-radius:10px; text-shadow: 1px 1px gold;}
.tophead a { color: red; text-decoration:none;}

.HEADLINES { background-color:white; color: #000; border-radius:10px; font-family:sans-serif; padding-top:10px; padding-bottom:10px; margin-bottom:10px; }
.HEADLINES a { color:  blue; }

body{background-color: #000; color: #fff;  font-family:Georgia,serif; font-weight:bold; text-align:center; margin:0px; padding:0px;}  
a{text-decoration: none;} 

.myOtherTable1 td { font-family:Georgia, Garamond, serif; border-bottom:2px solid #black;height:60px; }
.myOtherTable1 { width:auto; background-color:white; border-collapse:collapse;color:#000; font-size:18px; border-color: #000; border-style: inset; border-radius: 10px; text-align: center;  font-weight: bold; font-style: bold; font-family: times new roman; font-size: large;} 
.myOtherTable1 td { padding:5px;border:1; } 
.myOtherTable1 td { font-family:Georgia, Garamond, serif; border-bottom:2px solid #004C00;height:50px; } 

.gotoTop {
  background:#0C0 repeat scroll 0 0;
  border-radius: 6px;
  color: blue;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #9b14b3;
}
.gotoTop2 {
  background: yellow repeat scroll 0 0;
 border-radius: 6px;
  color: blue;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #9b14b3;
}

.RESULT1{background-color:#fff;color:red;font-size:large;border-width:3px;border-color:lime;border-style:groove;font-weight:700;margin-top:10px;margin-bottom:10px;font-style:bold;text-shadow:1px 1px #ffd700; padding-top: 5px; padding-bottom: 5px; border-radius: 10px;}
.RESULT a { color:  red; }
 }
 
.passing{background-color:#fff;color:red;font-size:large;border-width:1px;border-color:lime;border-style:groove;font-weight:700;margin-top:10px;margin-bottom:10px;font-style:bold;text-shadow:1px 1px #ffd700; padding-top: 5px; padding-bottom: 5px; border-radius: 10px;}
.passing a { color:  red; }
 }