body 
{
  background: #000000;
  padding: 4px;
  font-family: Sans-serif;
  font-family: georgia;
  font-size: 0.8em;

}

html {
scrollbar-base-color: #FF99FF;
scrollbar-arrow-color: white;
scrollbar-track-color: #ffccff;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

img
{
  border: 0;
}

.leftJustified
{
  position: relative;
  left: 10px;
}

.newestMembers
{
  position: relative;
   left: 10px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FF66FF;}

.paging
{
  text-align: center;
}

.footer
{
  width:800px;
  text-align: right;
  margin: auto;
  color: white;
  font-size: 0.8em;
}

.footer a
{
  padding: 1em;
}

.title
{
  left: 10px;
  position: relative;
}

.footer A:link {color: #ffffff}
.footer A:visited {color: #ffffff}
.footer A:active {color: #ffffff}
.footer A:hover {text-decoration: underline; color: #FF66FF;}


