body { margin: 1;
       padding: 0;
       background: #655A46 url(bg.gif);
       color: #543;

       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 10pt; }

a { font-variant: small-caps; 
    color: #963;
    text-decoration: none; }

h1,h2,h3 {
	color: #654;
}

p { text-align: justify }

a:hover { color: #c60; }

div.header { height: 50px; }
div.footer { height: 50px; }

div.content { background-color: #ffe;
              margin-left: 5%;
              padding-left: 3%;
              padding-top: 2%;
              padding-bottom: 3%;
              width: 85%; }

div.section h1 { /* color: green; */
                 font-variant: small-caps; }
div.section { width: 80%; }

div.abstract { font-size: 10pt; padding-left: 10px; padding-top: 5px; color: #666; width: 90%; text-align: justify; margin-bottom: 5px; }

div.publications li { /* color: brown; */ }
div.publications h3 { margin-bottom: 4px; }
/* div.publications a { color: darkblue; } */

