body {
	background	: white;
	font-size	: 14pt;
}

h1 {
	margin-top	: 32pt;
	font-size	: 24pt;
	letter-spacing	: 8pt;
}

h2 {
	margin-top	: 32pt;
	font-size	: 18pt;
	letter-spacing	: 4pt;
}

a {
	color		: #900000;
	text-decoration	: none;
}

a:visited {
	color		: #900000;
	text-decoration	: none;
}

a:hover {
	color		: #ff0000;
	text-decoration	: none;
}

div.content-left {
	float		: left;
	width		: 20%;
	padding-top 	: 32pt;
	padding-left	: 16pt;
	padding-right	: 32pt;
}

div.content-center {
	overflow	: auto;
}

div.content-right {
	float		: right;
	width		: 10%;
	height		: 32pt;
}

div.content-left, div.content-center, div.content-right {
	border		: 1pt solid white; 
}

img.logo {
	width		: 100%;
}

img.avatar {
	float		: left;
	clear		: both;
	margin-right	: 14pt;
	margin-bottom	: 14pt;
}

p.avatar {
	overflow	: auto;
	padding-bottom	: 14pt;
}

