body {
  color: black;
  background: transparent;
  font-family: Gill Sans, Helvetica, Arial, sans-serif;
}

*.hidden {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

*.small {
  font-size: 75%;
}

*.smaller {
  font-size: 50%;
}

code,samp {
  font-family: Courier, monospace;
}

address {
  font-size: 75%;
}

h1 {
  color: blue;
  text-transform: lowercase;
}

h1.error {
  color: red;
}

img {
  border: 0;
}

p.menu {
  list-style-type: none;
  text-transform: lowercase;
}
p.menu a {
  background: blue;
  color: white;
  padding-left: 1ex;
  padding-right: 1ex;
  text-decoration: none;
}
p.menu a:link:hover {
  background: red;
  color: white;
}
p.menu a:visited:hover {
  background: red;
  color: white;
}
p.menu a:link:active {
  background: white;
  color: red;   
}
p.menu a:visited:active {
  background: white;
  color: red;
}

p.resume-heading {
  color: blue;
  font-weight: bold;
}

td.resume-heading {
  color: blue;
}
