body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}

p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

p.cv {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	text-indent: -2em;
}

p.info {
	font-size: 9px;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 1em;
	text-indent: 0em;
}

p+p {
	text-indent: 3em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	color: #444444;
	margin-bottom: 3px;
}

a:link		{ color: #333333; }
a:visited	{ color: #333333; }
a:active	{ color: #ADD6EB; }
a:hover		{ color: #FFFFFF; text-decoration: none; }
p a:hover	{ color: #FFFFFF; background-color: #ADD6EB; text-decoration: none; }
