body{ 
      font-family: "Garamond", serif; 
      
}
h1.name { 
          text-align: center;
          letter-spacing: 0.6em;
          font-size: 36px;
          border-top: solid thin;
          border-bottom: solid thin;
          font-variant: small-caps;
          padding: 10px 0 10px;
}
p.address { 
            letter-spacing: 0.5 em;
            text-align: center; 
            font-variant: small-caps;
}
ul.responsibilities { 
                      list-style-type: square;
}
p.jobtitle { 
             font-style: italic;
}
.company{ 
          text-align: center;
          margin-left: 40px;
}
a { 
    text-decoration: none;
    font-weight: bolder;
    color: black;
 }

a:hover{ 
         text-decoration: underline;
}
.date { 
        font-weight: bold;
}
.place, .schoollocation{ 
         float: right;
}
.degree{ 
         margin-left: 10px;
         font-style: italic;
}
#workexperience{ 
                 background: transparent url('/images/work-experience.gif') no-repeat top left;
                 padding: 30px 10px 10px 10px;
                 border-bottom: solid thin;
 }

#educationblock{ 
                 margin: 5px;
                 background: transparent url('/images/education.gif') no-repeat top left;
                 padding: 30px 10px 10px 10px;
}
#resume{ 
         padding: 10px;
}
