.alt {
	display: none;
}
body {
	font: normal 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background: #111;
	
}
a {
	color: #6CF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: .7em 0 .9em 0;
	padding: 0;
}
li {
	margin: 0;
	padding: .3em 0 .5em 1.6em;
	background: transparent url(../graphics/list-item.gif) .6em .95em no-repeat;
	border-top: 1px dotted #222;
}
li.last {
	border-bottom: 1px dotted #222;
}
.home h2 {
  padding-bottom:.2em;
  font-size:1em;
  font-weight:normal;
  font-style: italic;
  border-bottom: 1px solid #444;
  text-transform:uppercase;
  text-align:center;
}
.home .more-samples {
  text-align:right;
  margin-top:0;
  margin-bottom:2em;
}
.home .project {
  margin-bottom:1em;
}
.home .project h3 {
  margin:0;
  font-size:1em;
  text-transform: uppercase;
  font-weight:normal;
}
.home .project p {
  margin:0;
}