#resume {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;

   width: 600px;
}
#resume #name {
   font-family: Arial Black, Helvetica, sans-serif;
/*   font-weight: bold; */

   font-size: 28pt;
}
#resume #address { float: left; padding-bottom: 10px; }
#resume #phone { float: right; padding-bottom: 10px; text-align: right; }
#resume #table { clear: both;}
#resume .heading {
   font-family: Arial Black, Helvetica, sans-serif;
   /*font-weight: bold;*/
   vertical-align: top;

   width: 150px;
}

#resume #table tr,td { padding-bottom: 10px; }
#resume #table h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}
#resume #table h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: italic;
   font-weight: normal;
}

#resume #table h3 {
   display: inline;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-style: italic;
   font-weight: normal;
}

#resume #table .date { float: right; }

#resume ul { margin-left: 35px; }
#resume li { padding-left: 10px; }
