<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#MainBOX table		{
						border: solid 1px lightgray;
						border-collapse: collapse ;
						width: 540px;
						margin-bottom: 10px;
					}
#MainBOX p { margin-bottom: 30px; color: dimgray;}

#MainBOX th,td		{	
						font-size: 12pt;
						border: solid 1px lightgray;
						text-align: center ;
					}
#MainBOX td		{ font-size: 16pt;}
#MainBOX th { background-color: pink; color: white;}

#MainBOX ul { margin-bottom: 30px; margin-top: 0;}
#MainBOX li { font-size: 14pt; color: gray;}
</pre></body></html>