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

#container{
}

header{
}

h1{
position:relative !important;
top:0 !important;
left:0 !important;
width:auto;
font-size:220%;
color:#dcb82b;
font-weight:normal;
background-color:black;
padding-right:10px;
}

h1.subtitle{
width:auto;
font-size:150%;
color:#f1ede4;
font-weight:normal;
padding-left:10px;
}

nav{
position:relative;
margin:0 auto;
width:100%;
height:auto;
background-color:#dcb82b;
text-align:center;
border-bottom:1px solid black;
}

table{
width:100%;
text-align:left;
vertical-align:bottom;
}

table,th,td{
border-collapse:collapse;
padding:5px;
}

th{
background-color:#dcb82b;
}

tr:nth-child(even){
background-color:#f1ede4;
}

table#t01 tr:nth-child(odd){
background-color:#fff;
}



</pre></body></html>