#resume {
    display: block;
    width: 8.5in;
    /*height: 11in;*/
    margin: 0.5in auto 0.75in auto;
    padding: 0.5in 0.75in 1.5in 0.75in;
    background-color: #fff;
    border: 1px solid #999;
    font-size: 12pt;
    color: #000;
    position: relative;
}
#resume h1 {
    text-align: center;
    text-transform: uppercase;
    
    letter-spacing: 0.5em;
    font-size: 1.75em;
}
#resume h2 {
    color: #933;
}
#resume p {
    color: #000;
    font-size: 1.0em;
}
#resume p.note {
    text-align: center;
    font-size: 1.0em;
    font-style: normal;
}
#resume a  {
    color: #000; 
    text-decoration: none; 
}
#resume a:hover  {
    color: #000; 
    text-decoration: none; 
    background-color: Transparent;
}
#resume strong {
    font-weight: bold;
    font-variant: normal;
    color: #333;
}

#resume p.endnote {
    position: absolute;
    bottom: 0.65in;
    right: 0.75in;
    /*background-color: #999;*/
}

/*

#resume h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 1.75em;
    margin: 0;
    padding: 0;
}
#resume h2 {
    color: #000;
    font-size: 1.33em;
    margin: 1.5em 0 0 0;
    padding: 0;
    
    letter-spacing: 1.0pt;
    font-variant: small-caps;
    

    border-bottom: 1px solid #000;
    margin-left: -0.1875in;
    margin-right: -0.1875in;
    padding: 0 0.1875in;
    padding-bottom: 0.25em;

}
#resume p {
    color: #000;
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 1.25em 0;
    padding: 0;
}
#resume p.note {
    text-align: center;
    font-size: 1.0em;
    font-style: normal;
    margin: 1.0em 0 3.5em 0;
}
#resume p span { font-size: 0.9em; }
#resume a  {
    color: #000; 
    text-decoration: none; 
}

#resume strong {
    color: #000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#resume em {
    color: #000;
    font-style: italic;
    text-decoration: none;
}

*/