body        { margin: 0 0 0 0;
              font-family: sans-serif;
              background-color: snow; }

a:link      { color: #13F; /* #17B */ /* rgb(30, 120, 200); */ }
a:visited   { color: #51D; /* #71B */ }

h2          { font-family: Verdana, sans-serif;
              color: darkred;
              background-color: lemonchiffon;
              border: 1px solid #aaa;
              padding-left: 0.5em;
              padding-bottom: 0.1em; }

ul          { list-style-type: square; }
li          { padding: 0.2em; }

td.self-desc    { font-family: sans-serif;
                  width: 100%;
                  padding-left: 25px; }


img.self-picture { border: 1px solid gray; }

tr.name     { font-size: x-large; }
tr.title    { font-size: large; }
tr.contact  { font-size: medium; }
tr.email    { font-style: oblique; }

span.punct  { font-style: normal;
              font-weight: 100;
              color: gray; }

table.footer    { width: 100%;
                  font-size: smaller;
                  font-style: oblique; }
td.left-footer  { text-align: left; }
td.right-footer { text-align: right; }

table#layout {
    margin: 0 0 0 0;
}

td#content {
    /* position: absolute; */
    padding-left: 1em;
    padding-right: 1em;
    /* float: left; */
    width: 85%;
}

td#rightbar   {
    /* position: absolute; */
    /* float: right; */
    /* width: 25%; */
    height: 100%;
    border-left: 1px solid #ddd;
    background-color: oldlace;
}
