<link href="http://fonts.googleapis.com/css?family=Rokkitt" rel="stylesheet" type="text/css">
<style type="text/css">
*{
 margin:0;
 padding:0;
 font-size:10px;
 font-family:"Rokkitt","CI";
}
body{
 background:#CECECE;
 color:#192f60;
 letter-spacing:2px;
}
a{
 text-decoration:none;
 color:#192f60;
 border-bottom:dotted 1px #fff799;
}
h1, h2{
 max-width:300px;
 font-weight:normal;
 background:#192f60;
 color:#ffffff;
 padding:5px;
 border-radius:10px;
}
h1{
 margin:5px 20%;
}
h2{
 margin:40px 40px 0;
}
.top, .txt{
 max-width:300px;
 border:solid 1px #192f60;
 border-radius:30px;
}
.top{
 margin:40px 20% 0;
 padding:30px 0 0;
 line-height:160%;
}
.top img{
 width:95%;
 margin:10px 0;
}
.txt{
 margin:5px 40px;
 line-height:180%;
 text-align:left;
 padding:30px 20px;
}
br{letter-spacing:0;}
</style>