/* CSS Document */
body, #resumeContainer, #objective p, #skills dd {
   width: auto !important;
   height: auto !important;
   margin: 0 !important;
   padding: 0 !important;
   color: #000 !important;
   font-size: 9pt;
}
h1 a, h2, h3{
   color: #000 !important;
}
h1 a { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

a { color: #000 !important; }
#objective {
   border-top: 1px dashed #000;
   margin-top: 5px;
}
#intro li.hide {
   display: block !important;
}
#skills dd {
   margin-bottom: 10px !important;
}
#exp p.year, #exp h3, #exp p, #exp ul {
   float: none !important;
}
#exp h3 {
   font-size: 12pt !important;
}
#exp ul li {
   list-type-type: disc !important;
}
#courses {
   border-top: 1px dashed #000 !important;
}