body{
background-color: #000000;
color:#C0C0C0;
}
a{color:#C0C0C0;}

table#master
{
width: 100%;
}
td#side
{
vertical-align: top;
width: 150px;
}
td#center
{
width: auto;
}


table#navmenu
{
table-layout: fixed;
padding: 0px;
margin: 0px;
width: 100%;
border-style: solid;
}

td.menu{
margin: 0px;
padding: 0px;
text-decoration: underline;
text-align: center;
}
td.menu:hover{
cursor: pointer;
font-weight: bold;
}

p.box
{
border-style:double;
}

.pagelink
{
text-decoration: underline;
cursor: pointer;
}
.pagelink:hover
{

}

