body
{
   background-color: white;
}
table.noborder
{
  border-collapse: collapse;
  border: 0px;
  border-spacing: 5px;
}
table.noborder td, table.noborder th
{
  border: 0px;
}
table
{
  border-collapse: collapse;
  border: 1px solid black;
  border-spacing: 5px;
}
td, th
{
  border: 1px solid black;
  padding: 5px;
}
.l
{
  text-align: left;
}
.c
{
  text-align: center;
}
.r
{
  text-align: right;
}
#LogOut
{
  position: absolute;
  top: 5px;
  right: 5px;
  background: yellow;
}

