<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body        {
                padding             : 8px 5%;
                color               : #000;
                background-color    : #9cf;
                line-height         : 150%;
}
a:link      {
                color               : #00f;
                text-decoration     : none;
}
a:visited   {
                color               : #00f;
                text-decoration     : none;
}
a:hover     {
                color               : #00f;
                text-decoration     : underline;
}
a:focus     {
                color               : #00f;
                text-decoration     : underline;
}
h1          {
                border-top          : 3px solid #00f;
                border-bottom       : 3px solid #00f;
                background-color    : #adf;
                padding             : 10px;
                font-size           : 200%;
                font-weight         : bold;
}
h2          {
                border              : 1px solid #00f;
                padding             : 4px;
                color               : #fff;
                background-color    : #55f;
                font-size           : 140%;
                font-weight         : bold;
}
h3          {
                margin-top          : 32px;
                margin-bottom       : 6px;
                padding             : 2px;
                border-left         : 6px solid #00f;
                border-bottom       : 2px solid #00f;
                background-color    : #ddf;
                font-size           : 120%;
                font-weight         : bold;
}
p           {
                margin              : 0px;
		padding		    : 2px;
                text-indent         : 1em;
                line-height         : 1.4;
                background-color    : #ddf;
}
div         {
                margin              : 1px 1px 2px;
                line-height         : 1.4;
                background-color    : #ddf;
}
table       {
                margin              : 5px 10% 5px 5%;
                background-color    : #eef;
                border-collapse     : collapse;
                empty-cells         : show;
}
td          {
                padding             : 4px 30px 4px;
                text-align          : center;
                font-size           : 90%;
                line-height         : 150%;
                border              : 1px solid #000;
}
th          {
                padding             : 4px 30px 4px;
                text-align          : center;
                font-size           : 90%;
                line-height         : 150%;
				background-color	: #669966;
				color				: #ffffff;
                border              : 1px solid #000;
}
div.footer  {
                text-align          : right;
                line-height         : 1.4;
                background-color    : #ccf;
}
div.menu    {
                margin              : 8px 0px 8px;
                padding             : 0.2em;
                text-align          : right;
                background-color    : #9cf;
}
span.menu   {
                font-size           : 80%;
                margin              : 0;
                padding             : 2px 2px 1px;
                background-color    : #ddf;
                border              : 1px solid #00f;
}
span.red    {
                color               : #f00;
}
span.green  {
                color               : #090;
}
span.cardname  {
                font-weight         : bold;
}
ul          {
                margin              : 0;
                padding             : 2px 5%;
}
img.counter {
                border-width        : 0 0 0 0;
}
div.top     {
                text-align          : center;
                background-color    : #ccf;
}
div.border  {
                margin              : 10px 2%;
                padding             : 10px;
                line-height         : 1.4;
                background-color    : #fff;
                border-top          : 4px solid #00f;
                border-bottom       : 4px solid #00f;
                border-right        : 2px dashed #00f;
                border-left         : 2px dashed #00f;
}
.left		{
				text-align			: left;
}
.width_10	{
				width				: 10%;
}
</pre></body></html>