body 
{ 
background: black; 
font-family: papyrus, "bank gothic", "trebuchet ms", verdana, helvetica, sans-serif; 
font-size: 10pt; 
color: white; 
}

:link 
{
color: white; 
font-size: 8pt; 
text-decoration: none; 
}

a:link 
{ 
color: white; 
font-size: 8pt; 
text-decoration: none; 
}

a:active 
{
color: blue; 
font-size: 8pt; 
text-decoration: none; 
}

a:visited 
{ 
color: white; 
font-size: 8pt; 
text-decoration: none; 
}

a:hover 
{ 
color: blue; 
font-size: 8pt; 
text-decoration: none; 
}

h1
{
font-family: bank gothic;
font-size: 14pt;
text-decoration: underline;
letter-spacing: 5px;
}

#nav 
{ 
text-align: center;
width: 300px;
border-style: solid; 
border-color: white;
border-width: 1px;
border-collapse: collapse;
}

.navcell  
{ 
padding-top: 5px;
border: solid 1px white;
}

.navcellswap
{ 
background: white;
padding-top: 5px;
border: solid 1px white;
}

.navcellswap :hover
{
color: #000022;
}

#main
{
border: solid 1px white;
background: #000022;
width: 500px;
padding: 1em;
width: 500px;
}

#sidebar
{
border: solid 1px white;
background: #000022;
width: 300px;
padding: 1em;
}

#update
{
border: solid 1px white;
background: #000022;
text-align: center;
width: 150px;
padding: 1em;
}