body {
	font-family: helvetica, arial, sans-serif;
//	background-color: #e5e3dc;
	color: #000000;
}
a:link {
	color: #2e88bc;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #be0000;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #388542;
	text-decoration: none;
	border: none;
}
a:active {
	color: #00fd22;
	text-decoration: none;
	border: none;
}
img {
	border: none;
	margin-bottom: 20px;
	text-align: center;
}

#Letter {
	margin-left: 15px;
	width: 60%;
	vertical-align: middle;
}
#ResumeBox {
	float: right;
	margin-top: 0px;
	margin-right: -170px;
	clear: none;
	text-align: center;
}
#ResumeTitle {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: large;
	font-weight: bold;
}
#CVBox {
	float: right;
	margin-top: 0px;
	margin-right: -320px;
	clear: none;
	text-align: center;
}
#CVTitle {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: large;
	font-weight: bold;
}
#sig {
	margin-left: 60%;
}
