<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
background:#ACACAC;
text-align:center;
}
img
{
border: 0px;
}
#margin
{
margin-bottom: 10px;
margin-top: 10px;
}
#header
{
width:800px;
height:100px;
background:#CCCCCC url('header.png') no-repeat;
margin:auto;
border:1px solid black;
border-bottom:none;
}
#grand
{
width:800px;
text-align:center;
margin:auto;
border:1px solid black;
border-bottom:none;
padding-top:5px;
padding-bottom:5px;
background: #CCCCCC url('bg.png') repeat-y;
}
#grand img
{
border:1px solid black;
}
#mini
{
width:800px;
margin:auto;
border:1px solid black;
border-top:none;
border-bottom:none;
background: #CCCCCC url('bg.png') repeat-y;
}
#footer
{
width:800px;
margin:auto;
border:1px solid black;
height:15px;
border-top:none;
background: #CCCCCC url('bg.png') repeat-y;
}
#table
{
width:798;
}
#table marquee
{
border:1px solid #DADADA;
vertical-align:middle;
height:78px;
padding:4px;
padding-bottom:1px;
background: #AEAEAE;
}
#table .left
{
width:150px;
text-align:right;
}
#table .center
{
width:500px;
text-align:center;
}
#table .right
{
width:150px;
text-align:left;
}
#notice
{
background: none;
border: none;
font-family: arial;
font-size:10px;
}</pre></body></html>