<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
	font-size: 20pt; 
	font-family:Calibri,標楷體;
	background-color:#585858;
	color:white;
}
a:link
{
    color: white;
}
a:visited
{
	color: yellow;
}
a:hover
{
	color: blue;
}
.sign {
	font-family: "新細明體";
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #FFF;
	background-color:#91C7FF;
	height: 75px;
	width: 75px;
}

.td1 {
	height: 75px;
	width: 75px;
	background-color:#0300FA;
}

.td2 {
	height: 75px;
	width: 75px;
	background-color:#91C7FF;
}

.td3 {
	height: 100px;
	width: 75px;
	background-color:#0300FA;
}</pre></body></html>