/* 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 */
p.blurb{
   margin-left:  5mm;
   width:16cm}
/* a reference to a publication appearing in a blurb */
p.bpub {
   width: 14cm; 
   margin-left: 3cm}
h1 {
    top-padding: 2mm;
    line-height: 140%;
}

/* 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}












