<link href="http://fonts.googleapis.com/css?family=Anaheim" rel="stylesheet" type="text/css">
<style type="text/css">
*{
 margin:0;
 padding:0;
 font-size:10px;
 font-family:"Anaheim","CI";
}
body{
 background:#eee;
 color:#222;
 letter-spacing:2px;
}
a{
 text-decoration:none;
 color:#222;
}
header{
 margin:50px 0 10px;
}
header a{
 font-weight:bold;
}
h1{
 font-size:12px;
 font-weight:normal;
 letter-spacing:5px;
}
main{
 max-width:400px;
 margin:0 30px 20px;
}
figure{
 display:block;
 background:#fff;
 width:200px;
 margin:0 0 10px;
 padding:5px;
 text-align:left;
}
figure img{
 width:200px;
 height:40px;
}
figcaption{
 padding:5px 0  0;
}
article{
 text-align:left;
 background:#fff;
 padding:40px 30px;
 line-height:200%;
}
article a{
 color:#ccc;
}
footer{
 margin:0 0 30px;
}
footer a{
 background:#fff;
 padding:5px 10px;
}
br{letter-spacing:0;}
</style>