div#blabla div.resume-header {
	text-align: right;
}

div#blabla div.resume-header * {
	text-align: right;
}

div#blabla div.resume-header img {
	margin: 0;
	padding: 0;
	border: 0;
}

div#blabla div.resume-header h1 {
	margin-bottom: 0;
	color: #000;
  text-shadow: 0px 1px #999;
}

div#blabla div.resume-content h1 {
	margin-bottom: 0;
	color: #000;
  text-shadow: 0px 1px #999;
	border-bottom: 1px solid black;
}

div#blabla div.resume-content table tr td {
	text-align: top;
}

