<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
width: 1000px;
margin-left: auto;
margin-right: auto;
color: #1A0084;
}

nav{
float: left; 
width: 20%;

}

header{
text-align: center;
font-size: 25px;
}

table{
table-layout: fixed;
margin-left: auto;
margin-right: auto;
}

th{
font-size: 22px;
text-align: center;
padding: 5px;
}

td{
padding: 10px;
vertical-align: top;
}

.header{
text-align: center;
font-size: 25px;
font-weight: bold;
}

#content{ 
float: right; 
width: 80%;
}

#footer{
clear: both;
}

#main{
font-size: 20px;
line-height: 140%;

}

#maincenter{
text-align: center;
font-size: 20px;
line-height: 140%;
padding-top: 20px
}

#menu{
width: 180px;
padding: 2px;
border: double;

}

#menu li{
list-style: none;
display: block;
}


#menu a:link, #menu a:visited{
text-align: center;
display: block;
width: 120px;
text-decoration: none;
padding: 15px;
font-weight: bold;
background-color: #4040FD;
color: #FFFFFF;
border-left: 15px solid #000000;
border-right: 15px solid #000000;
font-size: 25px;
}

#menu a:hover{
text-align: center;
width: 100px;
text-decoration: none;
padding: 15px;
font-weight: bold;
background-color: #404FFF;
color: #FFFFFF;
border-left: 25px solid #000000;
border-right: 25px solid #000000;
}</pre></body></html>