@font-face {font-family:"bodyfont"; src:url("sometype.ttf") format("truetype");}
html {padding:15px;}
body {font-family:"bodyfont"; max-width:600px; margin:auto;}
body * {font-size:16px;}
img.avatar {width:200px; height:200px;}
h2:first-child {margin-top:0;}
audio {width:100%;}
article {margin:20px 0; padding:20px}
ul.linkslist {list-style:none; padding:0; margin:1em 0;}

/* Colours */
img.avatar {border:1px solid #f07;}
body {background:#001; color:#fff;}
p.date {color:#bbb;}
a {color:#f70;}
h1:before {content:"### "}
h1 {color:#f07;}
h1:after {content:" ###"}
h2 {color:#0f7;}
article {background:#223;}
