Edit in JSFiddle

<body>
<p>This is simple example on body element.</p>
<a href="http://20fingers2brains.blogspot.in/" target="_blank">20fingers2brains</a>
</body>
body
{
background:"black";
color:"silver";
font-size:"20px";
font-family:"comic sans ms";
}