/* font-size: 62.5%; default browser size is 16px.  This makes it 10px;  Thus 1.0em = 10px, 1.2 = 12px, 1.6=16px etc. */
body { font-size: 62.5%; font-family: Verdana, arial, Helvetica, sans-serif; }

div#header { font-size: 2.4em; line-height: 2em; background-color: black;  color: white; font-weight: bold;}
div#footer { font-size: 1.0em; line-height: 1.2em; margin-top: 2em; }
