body {
  background:#010e0b;
  font-family: verdana, arial;
  font-size:10px;
  color:#176c50;
  letter-spacing:1px;
  line-height:13px;
}

a:link, a:visited, a:active {
  font-weight:bold;
  color:#176c50;
  text-decoration:none;
}
a:hover { color:#176c50; }

b { color:#888; }
i { color:#aaa; }
u { color:#888; }

::-webkit-scrollbar-thumb {
  background:#111;
  border:1px solid #666;
}
::-webkit-scrollbar {
  width:7px;
  background:transparent;
}


#layout {
  width:758px;
  margin:0 auto;
}


#columns {
  overflow: hidden;
  background:#12271e;
    
}

#header {
  height:180px;
  background:#010e0b url(https://files.catbox.moe/74cm53.png)
    no-repeat center;
}

#sitename a {
  font:20px courier new;
  color:#0a936b;
  text-transform:uppercase;
  letter-spacing:8px;
  background:#010e0b;
  border-radius:30px;
  padding:4px 20px;
}

#menu {
  height:20px;
  line-height:20px;
  text-align:center;
}

#menu a {
  font:bold 11px monospace;
  text-transform:uppercase;
  padding:4px;
  margin-right:10px;
  letter-spacing:1px;
  color:#666;
}
#menu a:hover { color:#ccc; }

#left1, #content1 {
  float:left;
  padding:6px;
  margin:0;
}

#left1 {
  width:180px;
  background:#12271e;
  color:#5a5a5a;
  border-right:1px dashed #222;
}

#content1 {
  width:530px;
  background:#0c1813;
  color:#176c50;
  border-right:1px dashed #222;
}

.title {
  font:bold 10px verdana;
  color:#0a936b;
  letter-spacing:3px;
  margin-bottom:2px;
}

.scrollbox {
  background:#111;
  height:100px;
  overflow:auto;
  overflow-x:hidden;
  margin-top:4px;
}

textarea {
  font:10px calibri;
  background:#333;
}


