body {
	top: 20px;
	font-size: small;
	font-family: Verdana, sans-serif;
	/*width: 7.5in;*/
}

h2 {
	margin-bottom: 7px;
	margin-top: 7px;
}

h3 {
	margin-top: 4px;
	margin-bottom: 4px;
}
#name {
	font-size: 16px;
	font-weight: bold;
	top: 0px;
}

#author {
	border-bottom: 1px solid black;
}

#address {
	font-size: 14px;
	top: 0px;
}

.topic { 
	margin-top: 15px;
	border-bottom: 1px solid lightgrey;
}

.topic .title { 
	font-size: 16px;
	font-weight: bold;
}

.topic .skill .type {
	font-weight: bold;
}

#jobs .job .what {
	font-weight: bold;
	display: inline;
}

#jobs .job .when {
	display: inline;
	font-size: small;
}

#jobs .job .where {
  margin-top: 0;
  margin-bottom: 0;
}

#jobs .job .description {
}

#jobs blockquote, #projects blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

#projects .project .name  {
	font-weight: bold;
	display: inline;
}

#projects .project .technologies {
	display: inline;
	font-size: smallest;
}

#projects .project .description  {
	margin-left: 20px;
}

