/* style sheet for Nigel's pages */
/* applied to generic pages.  
   but those with a strong independent personality,
   or originally created by someone else, do not follow this style */
body {
    font-family: Verdana, Univers, sans-serif;
    line-height: 130%;
    bgcolor: #e2e2da;
    margin-right: 5mm; 
    margin-left:  5mm}

/* mostly for narrative descriptions of research;
   limit line width, for usability */
li{
   margin-left:  10mm;
   width:16cm}
p{
   margin-left:  10mm;
   width:20cm}
h1 {
    top-padding: 2mm;
    line-height: 140%;
}
div.trim {max-height:180px; max-width:500px; overflow2: hidden;}

/* for links, 
   retain the standard link colors, but add a red flash, and remove underlining */
A:active {color: red}
A:link {color: blue; text-decoration: none}
A:visited {color: purple; text-decoration: none}













