body {
  scrollbar-base-color: black; 
  scrollbar-arrow-color: white;
  scrollbar-DarkShadow-Color: black; 
  background:#000;
  margin:0;
  padding:15px 14px;
  font: small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align:left;
  color:#fff;
  font-size/* */:/**/tiny;
  font-size: /**/tiny;
  }

html {
	overflow-y: scroll;
}


a:link {
  color:#9ad;
  text-decoration:none;
  }
a:visited {
  color:#a7a;
  text-decoration:none;
  }
a:hover {
  color:#ad9;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:#ad9;
  }
.post-title a {
  text-decoration:none;
  color:#ad9;
  }
.post-title a:hover {
  color:#ad9;
  }

ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }