body
{
background-color: black;
color: white;
font-family: sans-serif;
font-size: 16px;
font-weight: bolder;
}

a
{
color: white;
font-weight: bold;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}


.navbutton
{
font-family: sans-serif;
font-size: 18px;
color: #DDDDDD;
text-decoration: none;
margin: 5px;
border: 1px solid white;
padding: 3px;
background-color: blue;
}

.navbutton:hover
{
color: #FF0000;
text-decoration: none;
}

.navrow
{
text-align: center;
height: 50px;
}

.sidebar
{
float: left; 
width: 150px; 
background-color: #333333; 
border: 1px solid #888888; 
margin: 10px;
padding: 5px;
}

.sidebutton
{
font-family: sans-serif;
font-size: 16px;
color: #CCCCCC;
text-decoration: none;
font-weight: normal;
margin: 5px;
padding: 3px;
}
.sidebutton:hover
{
font-weight: bold;
text-decoration: none;
}
.guestname
{
display: block;
font-size: 16px;
font-weight: bold;
}

.guestcomment
{
display: block;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #333333;
padding: 2px
}

.guesttime
{

font-size: 10px;
margin-left: 10px;
}