<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.bgcolor {text-decoration: none;}
a.bgcolor:link {color:#000000;}
a.bgcolor:visited {color:#000000;}
a.bgcolor:hover {background:darkgreen; color:#ffffff;}
	
table {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

th, td {border:2px inset darkgreen; border-radius: 20px; padding: 15px; background-color: #e8e8e8; text-align: left;}
tr:nth-child(even) {background-color: #f2f2f2;}
		

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}

a:link {  color: darkgreen; text-decoration:underline; }
a:visited {   color: darkgreen; }
a:hover {   color: blue; }
a:active {   color: blue; }</pre></body></html>