html
{
	font:100%/130% sans-serif;
	background-color:#f9f9ff;
}

body
{
	position:relative;
	border-radius:5px;
	background-color:white;
	max-width:80em;
	width:92%;
	margin:3em auto;
	padding:1em 0 3em 0;
}
body > *
{
	width:95%;
	margin:1em auto;
}
.content
{
	border-radius:5px;
	border:solid 1px gray;
	width:95%;
	margin:1em auto;
}
.content > *
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
h1
{
	font-size:200%;
	line-height:130%;
}
h2
{
	margin-top:3em;
	border-bottom:solid 3px red;
}
h3:before
{
	content:'◆';
	color:purple;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

a:visited
{
	color:blue;
}
a:active
{
	color:red;
}

#home a
{
	content:url(home.png);
	position:absolute;
	top:-2em;
	right:-0.7em;
	width:6em;
	height:6em;
	border-radius:50%;
	border:solid 1px #ddd;
	padding:2px;
}

#home a:hover 
{
	border-color:red;
}

a[href^="http"]:after
{
	content:url(out.png);
	margin-right:4px;
}

body:before
{
	content:'';
	display:block;
	float:right;
	width:5.5em;
	height:3em;
}