<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

table { 
	text-align:left; 
	margin:20px; 
	padding-bottom:5px;
	padding-top:5px;
    font-size: 14px;  
	width: 80%;
	border:0;
}

th {
	font-size: 13px;     
	font-weight: normal;     
	padding: 10px;     
	background:#FFF;
 }

td { 
   padding: 10px;     
   background: #fff;     
   color: #000;   
}

tr:hover td { background:#999; color:#fff; }

tr {background-color:#E0E0E0; color:#FFFFFF; border-bottom:#000 solid 1px; }</pre></body></html>