body, p, ul, ol, dl{
	font-size: 14px;
}

header nav, #introduction, #contact, footer{
	display: none;
}

h1, h2, h3, h4, h5, h6{
	color: #000;
	font-size: 20px;
	margin-left: -5%;
}
a{
	color: #000
}

/*un-style the anchor links as they're now totes irrelevant*/
a[href*="#"] ,a[href*="http"] {
	text-decoration: none;
	color: #333;
}

/*position the copy betterer*/
.all{
	text-align: left;
	width: 90%;
	max-width: 90%;
	padding: 1em 0 0 0;
}

header{
	text-align: center;
}

#skillSet ul {
  background: none;
  margin: 0 0 2em 0;
  padding: 0;
  overflow: auto; }
  #skillSet ul li {
    background: none;
    padding: 0;
    margin: 0 0 0.75em 0;
    list-style: disc;
    color: #000;
    width: 100%;
    display: block;
    clear: both; }

/*pop the %'age values in when printing*/
#skillSet ul li:after {
  content: " - " attr(data-experience);
  float: none;
  position: relative;
  right: auto;
  top: auto;
  padding: 0px; }
