* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
}
body {
  font-size: 12px;
}
body>p {
  line-height: 3em;
  text-align: center;
  clear: both;
}
a {
  color: #00f;
}
a:link {
  border-bottom: 1px dotted #00f;
}
a:visited {
  border: 0;
}
h1 {
  font-size: 2em;
  line-height: 2.5em;
  border-bottom: 2px solid #000;
}
h1 span {
  float: right;
  display: block;
  text-align: right;
  font-size: .80em;
}
h2 {
  float: right;
  font-size: 1.5em;
  line-height: 2em;
}
h3 {
  font-size: 1.5em;
  line-height: 2em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
h4 a {
  font-size: .85em;
  display: block;
  float: right;
  font-weight: normal;
}
h5 {
  font-size: 1.1em;
  line-height: 2.5em;
  clear: both;
}
#container {
  width: 600px;
  margin: 0 auto;
}
#container>ul {
  overflow: auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 2em 0;
}
ul#contents {
  border-bottom: 0;
}
ul#contents > li:first-child strong {
  display: block;
  margin-bottom: 5px;
}
ul#contents ul {
  margin-bottom: 10px;
}
ul#contents li {
  margin: .4em 0 .4em 1.5em;
}
ul#contents > li:first-child {
  margin-left: 0;
}
#container>ul#list>li {
  margin-bottom: 20px;
}
#container>ul#list>li li {
  margin: 1em 0;
  padding: .5em;
  overflow: auto;
}
#container>ul#list>li img {
  float: right;
  display: block;
  width: 160px;
  height: 50px;
  background: #efefef;
  border: 1px solid #000;
  margin: 0 0 0 10px;
}
#container>ul#list>li p {
  text-align: left;
  margin-bottom: 10px;
}
#container>ul#list>li ul li>em {
  font-size: .85em;
}
#container>ul#list>li li a:only-of-type:after {
  line-height: 2em;
  font-size: 1.2em;
  content: "View this project";
}