body {
	margin-top: 1.0em;
	background: #FFF url(noise.png);
	font-family: "Helvetica,Arial,FreeSans";
	color: #000000;
	text-shadow: 0 0 2px #FFF;
}
#container {
	margin: 0 auto;
	width: 700px;
}
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
h1 .small { font-size: 0.8em; color: #444; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #000000; }
h3 { color: #000000; }
h3 .small { font-size: 0.8em; font-weight: normal; }
a { color: #000000; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px; text-shadow: 0;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
.repo { padding: 0 10px; border: 1px solid #777; margin: 5px 0; background: #EEE; text-shadow: 0 0 2px #999; }
li {
   background-color: #1E2024;
   border: 1px solid gray;
   padding: .25em;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin-bottom: .5em;
   text-shadow: none;
}
ul {
   text-align: left;
   list-style-type: none;
}
li > div{
   color: white;
}
li > div a{
   color: white;
}
