<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#mainDiv{
width:1000px
border:none;
margin-top:0px;
margin:auto;}

.panel{
height:50px;
width:1000px;
background-color:#000000;
margin-bottom:10px;
}
.panel table{
width:1000px;
}
.panel table tr
{
}
.panel table tr td {
}
.panel table tr td  a{
padding:10px;
font-size:30px;
text-decoration:none;
color:#FFFFFF;
}</pre></body></html>