body {
  font: small "Century Gothic","Courier New",Courier,monospace;
  font-size: small;
  line-height: 1.5em;
  color: #666;
}
.big_letter {
  font-size: 200%;
  font-weight: bold;
}
p {
  margin: 0 0 1em 0; /* eliminate top margin */
}
.nav {
  letter-spacing: .2em;
}
a {
  text-decoration: none;
  color: #000;
}
a:selected {
  text-decoration: underline;
  color: #000;
}
a:hover, a#here {
  text-decoration: underline;
  color: #000;
}
.image_border {
  border: 1px solid #999;
}
table.resume {
  padding: 10px;
  border: 1px solid #ccc;
}
hr {
  clear: both;
  color: #ccc; /* Mozilla */
  background-color: #ccc; /* Opera */
  height: 1px;
  width: 100%;
  border: 0;
}
.large {
	font-size: large;
	font-weight: bold;
}
#homeTable {
  padding: 10% 0;
  overflow: hidden;
}
.black {
  color: #000;
}
