/* basic */
body {font-family: Palatino,serif; font-size: 100%; background: white; }
h1 {text-align: center; font-size: 200%; color: #cc3333; } /* 2016-10 */
h2 {text-align: center; font-size: 140%; color: #333300; } /* 2016-10 */
/* links : begun 2016-10-23 */
a:link    {color: #cc3333; }   /* like the major heading */
a:active  {color: #00cc00; }   /* bright green, momentary */
a:visited {color: #aa0099; }   /* dulled down, magenta */
/* distinctive */
.signature {font-style: italic}                     /* not used */
.navbar {text-align: center; font-family: Palatino,serif; } /* 2016-10 */
.nav {font-style: italic; background: #ffcc66; }    /* not used */
.colophon {text-align: center}
.centred {text-align: center}
.highlight {background: white; }                   /* not used */
i {color: red}
em.special {color: red} /*2012-02-09*/
dt {font-weight: bold; }
/* position */
div.plain {width:47%; padding:1%; float:left}
div.pln3 {width:29%; padding:2%; float:left} /*2015-09*/
div.pln4 {width:23%; padding:1%; float:left}
div.pln5 {width:18%; padding:1%; float:left} /*2012-02-06*/ 
