body {
  margin: 10px 0px;
  padding: 0px;
  color: #000;
  background-color: #fff;
}
  
#centered {
  width: 780px;
  margin: 0px auto;
  text-align: left;
  padding: 15px;
}

table.resume {
  border: 2px solid #000;
}

td.resume {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}

.name {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 16pt;
  text-align: center;
}

.address {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
}

.section {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
}

.title {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 9pt;
}

.iconlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin-left:5px;
  padding-left:5px;
}
li { list-style: square inside; }
/*
li.pdf {
  background-image: url(/brian/images/bullet_pdf.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}

li.doc {
  background-image: url(/brian/images/bullet_doc.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}

li.txt {
  background-image: url(/brian/images/bullet_text.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}

li.htm {
  background-image: url(/brian/images/bullet_htm.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 3px 0 3px 20px;
  margin: .4em 0;
}
*/
