<style type="text/css">

@import url(https://fonts.googleapis.com/css?family=Sniglet|Ribeye+Marrow);

body{
margin:0;
padding:0;
font-size:11px;
color:#444;
line-height:2;
letter-spacing:2px;
font-family:'Sniglet',Meiryo,CI, sans-serif;
background:repeating-linear-gradient(90deg,#fff 0px,#fff 10px,#eafcff 10px,#eafcff 20px);
text-align:center;
}

header{
width:250px;
background:#FFF5FB;
padding:10px 0;
border-radius:0 0 10px 10px;
border:double 10px #fff;
border-top:none;
font-size:15px;
}

header a{
border:none;
}

.all{
max-width:500px;
padding:10px 0;
text-align:left;
margin:0 20px;
border-top:dashed 5px #FFEDF7;
}

.title{
font-size:30px;
font-family:'Ribeye Marrow';
letter-spacing:0;
line-height:40px;
margin:20px 0;
}

.mi{
background:#FFF5FB;
font-size:13px;
border-radius:5px;
padding:3px 6px;
}

a{
text-decoration:none;
color:#000;
border-bottom:solid 2px #FFEDF7;
}

a:hover{
position:relative;
top:2px;
}

</style>