/* main style */

body
{
	font-size:1em;
	color:#000000;
	background-color:#f1f1ed;
	margin:0em 2em 2em 2em;
	max-width:800px;
	overflow:auto;
	font-family:verdana,helvetica,arial,sans-serif;
}

p
{
	font-size:0.8em;
}

a:link {color:#111111;text-decoration:underline;}
a:visited {color:#111111;text-decoration:underline;}
a:hover {color:#222222;text-decoration:underline;}
a:active {color:#111111;text-decoration:underline;}


.citation
{
	font-size:0.8em;
	text-indent:-3em;
	padding-left:3em;
}

div.head
{
	background-color:#a0b0c0;
	padding:2em;
}
div.head h1
{
	font-size:1.2em;
}

div.head h2
{
	font-size:1em;
	display:inline;
	list-style-type:circle;
	padding-right:1em;
}

div.head h2:before
{
	content:"-";
}

div.head a {color:#111111;text-decoration:none;}


div.content
{
	background-color:#D1DFED;
	padding:1em 1em 2em 2em;
}


h2.cv
{
	font-size:1em
}

p.cv
{
	margin:0em
}

.foot
{
	font-size:.5em;
}