body
  {
    background: #222;
  }

a
  {
    color: #4ED94E;
  }

a:visited
  {
    color: #272;
  }

/* No borders on linked images */
a > img, a
  {
  border:none;
  }
  
.header
  {
  border-bottom: solid 1px #888;
  margin-bottom: 10px;
  text-align: center;
  }
  
.sidebar
{
  float: right;
  border: solid 1px #444;
  padding: 5px;
  background-color: #3A3567;
  color: #857893;
  -moz-border-radius: 10px;
}

.sidebar  a
{
   text-decoration: none;
}

.sidebar_title
{
  font-weight: bold;
  border-bottom: dotted #888 1px;
  text-align: center;
  }

.sidebar_body
{
  border-bottom: dashed #888 1px;
  padding-top: 4px;
  }
    
.right
{
  float: right;
}

.footer
  {
    border-top: dotted 2px #888;
	margin-top: 20px;
    color: #444;
    font-size: x-small;
  }