body {
    font-family: "Times New Roman", Times, serif;
    margin: 0 auto;
    overflow: auto;
    padding: 25px 50px;
    text-align: left;
    width: 760px;
}
/* Font, margins */

h1 {
    float: left;
    font-size: 3.0em;
    font-weight: normal;
    margin: 43px 0 0 0;
}

blockquote {
    float: right;
    margin: 35px 0 0 0;
    text-align: right;
}

h2 {
    background: #fff;
    color: #4d4d4d;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    margin-top: 35px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

h3 {
    float: left;
    font-size: 1.32em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px;
    width: 80%;
}

 h4 {
    float: right;
    font-size: 1.0em;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 19px;
}

ul {
    color: #595959;
    float: left;
    font-family: "Lucida Console", monospace;
    font-size: 1.0em;
    margin: 5px 0;
    padding-left: 0;
    list-style-type: none;
}

p {
    color: #595959;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.0em;
    margin: 5px 0;
}

li {
    float: left;
    margin: 1px;
    width: 100% /* to make floats work */
}

li:before {
    content: "- ";
}

.heading {
    overflow:hidden;
    margin-bottom: -15px;
}

.divider { clear: left; margin-bottom: -5px; position: relative; }

.divider:after {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 74%;
    width: 100%;
    z-index: 0;
}

/* Triple skills section */

.col {
    padding: 0;
}

.left {
    border-right: 1px solid #ccc;
    float: left;
    width: 36%
}

.right {
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 25px;
    width: 25%
}

.center {
    display: inline-block;
    padding-left: 25px;
}

.col h3 {
    float: none;
}

a { 
    text-decoration: none;
    color: #935656; 
}
