html {
  background-color: black;
  color: green;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-variant: small-caps;
}

/* XSM layout */

#xsm_page {
  width: 760px;
  border: 1px solid #006000;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#xsm_header {
  padding: 10px;
  margin: -10px -10px 10px -10px;
  color: white;

  background-image: url(http://handyande.co.uk/img/_images/matrix_title.png );
  background-repeat: no-repeat;
  background-position: 0 0;
}

#xsm_header h1 {
  display: none;
}

#xsm_content {
  margin-left: 170px;
  padding: 5px;
}


#xsm_menu {
  float: left;
  width: 140px;
  padding: 10px;

  border: 1px solid green;
  color: green;
}

#xsm_menu .xsm_menu_item_selected {
  list-style: square;
}

#xsm_menu a {
  text-decoration: none;
  color: green;
}

#xsm_menu a:hover {
  color: #00ff00;
}

#xsm_footer {
  clear: both;
  padding: 1px;
  height: 30px;
}

.xsm_edit {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/* XSM Menu bar */

.xsm_menu_group {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.xsm_menu_group ul {
  padding-left: 10px;
}

.xsm_powered {
  padding-top: 25px;
}

.xsm_powered_logo {
  border: 0;
  display: none;
}

.xsm_buttons img {
  float: left;
  border: 0;
}

/* style */

a {
  color: #00ff00;
  font-weight: bold;
  text-decoration: none;
}


a:hover {
  color: green;
  text-decoration: underline;
}



/* HandyAndE stuff */
span.title {
    font-size: 26px;
    font-weight: bold;
    font-variant:small-caps;
    text-align: left;
    float: left;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

span.nick {
    font-size: 14px;
    font-weight: bold;
    float: right;
    color: #006000;
}

span.titlenote {
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    float: right;
    color: #006000;
}

#xsm_main {
  clear: both;
}

#xsm_header {
  height: 40px;
}

#xsm_content h1 {
  margin: 0;
}