/* resume_print.css */

@import url(resume.css);

body {
	background-color : #fff;
}

h1 {
	text-align : center;
}
p.addr {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	text-align : center;
	margin-bottom : 2pt;
}
div.links{
	text-align : center;
}
div.links a {
	text-decoration : none;
	color : Black;
}
div.links a:after {
	content : ": " attr(href);
}
div.links .mail {
	visibility : hidden;
	display : none;
}