/* resume.css */

    p, td, a {
      font-family:     "Trebuchet MS",Trebuchet,Verdana,Arial,sans-serif;
    }
    p {
      font-size:       10pt;
      text-align:      left;
    }
    td {
      font-size:       10pt;
      text-align:      left;
    }
    a.plain {
      text-decoration: none;
      font-size:       8pt;
    }
    a.bookmark {
      text-decoration: none;
      font-size:       10pt;
      font-weight:     bold;
      color:           #669966;
    }
    .small {
      font-size:       8pt;
    }
    .title {
      text-decoration: none;
      font-size:       24pt;
    }
