<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
/* table styles -- separate style sheet since tables will only rarely be used */


table { 
	width: 400px;
	border: solid #ccf 3px;
	font-size: 85%;
	border-collapse:collapse;
	margin-left: -5px;
	margin-bottom: 10px;
 }

thead {
	font-weight: bold;
 }
 
thead td {
	border-bottom: 2px solid #ccf;
	}

caption { 
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
 }
 
.center {
	text-align: center;
 }

tr.country td {
 	border-top: 1px solid #d3d3dd;
 }

tr.proposed td {
 	border-top: 1px solid #000;
 }

.actual {
	background: #B0C4DE;
 }

td {
	padding: 4px 6px 2px 6px
	}</pre></body></html>