* {
	background: none ! important;
	color: #000 ! important;
}
body {
	color: #111;
	font-size: 13px; 
	font-family: "Courier New",Courier,Menlo,"Bitstream Vera Sans Mono",Monaco,mono;
}
/* ---- HEADER STYLES ---- */
#picture img {
	display: none;
}
	#paperclip img {
		display: none;
	}
#userName h1,
#userName h2 {
	margin: 0;
}
#social a img {
	display: none;
}
#social input {
	display: none;
}
/* ---- MAIN STYLES ---- */
ul.professionalExperience li {
	list-style: none;
}
ul.professionalExperience li li {
	list-style: disc;
}
.professionalExperience h2 {
	margin: 1em 0 0 0;
}
.professionalExperience h3 {
	margin: 0;
}
.professionalExperience span.date {
	float: right;
}
#contact h2.tip {
	display: none;
}
/* ---- LINK STYLES ---- */
a img {
	border: none;
}
p a:after {
	content: " ("attr(href)") ";
	font-size: 1em;
}
#main a {
	text-decoration: underline;
	color: #000;
}
