BODY { background-color: white }

H1, H2, H3, H4 { font-family: sans-serif;
	         color: midnightblue;
	       }

SPAN.button { font-weight: bold;
              font-family: sans-serif;
	      background-color: yellow;
            }
DIV.navbar { 
             width: 100%;
             padding: 5;
             border-width: 2 0 2 0;
           }

