body {
      font-family: Georgia, Bitstream Vera Serif, Times New Roman, serif;
      font-size: 13px;
      margin: 0;
      padding: 10px 20px;
      width: 700px;
      color: #222;
		}

h1 {
      font-size: 1.5em;
      }

h2 {
      font-size: 1.125em;
      text-transform: uppercase;
      border-bottom: 1px solid #aaa;
      padding-bottom: 0.25em;
      margin: 2em 0 0.5em;
      letter-spacing: 2px;
		}

h3 {
      font-size: 1.125em;
      }

h4 {
      font-size: 1em;
      }

a {
      text-decoration: none;
      //color: #FF6A00;
      color: #D15700;
	}

a img {
      border: none;
      }

a:hover {
      background: #06c;
        color: #fff;
	}

ul {
      padding-left: 1.5em;
      }

p, li {
      line-height: 1.4;
      }

li {
      list-style: circle;
      }

#description {
      padding: 1em 0;
      }

#experience {
      margin-top: 0;
      }

#address {
      float: right;
        margin: 0;
	}

.date-range {
      float: left;
        width: 150px;
	}

.location {
      float: right;
      }

.date-range, .location {
      margin: 0;
      }

.description {
      margin-left: 150px;
        width: 400px;
	}

#valid-bug {
      float: right;
      }
