html{
	height: 100%;
	overflow: hidden;
}

body {
	color: #006400;
	background-color: #ffffff;
	margin: 0px;
}

div#content    {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 20px;
}
	
div#name{
	font-size: 12pt;
	font-weight: bold;
}


div#title{
	font-size: 10pt;
	font-weight: normal;
}

div#contact{
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
	position: relative;
}

div#imagePos{
	margin-left: 140px;
}


a{
	border: 0px;
	color: #006400;
	text-decoration: none;
}
