body {
	font-family: Gentium, "Times New Roman", Georgia, Times, serif;
	margin-left: 7%;
	padding: 5%;
	text-align: left;
	background-color: #f2f1e9;
	width: 80%;
	max-width: 800px;
	}

#contact {
	text-align: center;
	}

#name {
	font-size: 175%;
	font-weight: bold;
	}

#company {
	font-weight: bold;
	}

#address {
	}

h1	{
	font-size: 1.5em;
	text-decoration: underline;
	text-indent: -1em;
	}

h2	{
	font-size: 1.3em;
	text-indent: -1em;
	}
h3	{
	font-size: 1em;
	text-indent: -1em;
	}
h4	{
	font-size: 0.8em;
	text-indent: -1em;
	}
h5	{
	font-size: 0.7em;
	text-indent: -1em;
	}
h6	{
	font-size: 0.6em;
	text-indent: -1em;
	}

p	{
	margin-bottom: 0.35em;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.35em;
	}
p.client {
	font-size: 1.1em;
	font-weight: 200;
	text-indent: -0.75em;
	line-height: 1em;
	margin-bottom: -0.5em;
	margin-top: -0.5em;
	}

ul	{
	margin-bottom: 0.35em;
	margin-left: 1em;
	padding-left: 0;
	line-height: 1.35em;
	}

ul.nomarker	{
	list-style-type: none;
	}

li	{
	line-height: 1.35em;
	}

dt	{
	font-weight: bold;
	}

dd	{
	margin-bottom: .35em;
	line-height: 1.35em;
	}
