/* Rex's style sheet, Apr 2017 */
/* This external stylesheet can be supplemented (and possibly overridden) in the document with an internal stylesheet "<style>.." and even inline styles <span style="color:blue;">.." /*

/* General style for body of document (inherited by p, ul, etc) */
body {font-family: Arial,Helvetica,sans-serif; 
      line-height: 130%; 
      background-color: white; }

/* Ensure headings have a good line spacing proportional to their *own* font size, overriding body spacing */
h1, h2, h3, h4, h5, h6 {line-height: 130%;}

/* "Flag" class (red-on-yellow, small) useful for NEW!, UPDATED! etc. */
.flag{color:red; background-color:yellow; font-size:small}

