body      { 
            background-color:   white;
            color:              #000066;
            padding-left:       1%;
            padding-right:      1%;
          }

h1        { 
            color:              #333399;
            font-size:          170%;
            font-weight:        bold;
            border-bottom:      1px solid navy;
            border-top:         3px double navy;
            text-align:         center;
            background-image:   url('/_site/images/menufill.png');
            padding-left:       3px;
          }

h2        { 
            color:              indigo;
            text-align:         center;
            border-bottom:      1px solid silver;
            font-weight:        bold;
            padding-left:       3px;
          }

h3        { 
            color:              #333399;
            text-align:         center;
            font-weight:        bold;
            padding-left:       3px;
          }

h4        { 
            color:              #333399;
            text-align:         center;
            font-weight:        bold;
            padding-left:       3px;
          }

h5        { 
            color:              #333399;
	    font-size:		100%;	
            text-align:         center;
            font-weight:        normal;
            padding-left:       3px;
          }

h6        { 
            color:              #ff0000;
	    font-size:		100%;	
            text-align:         center;
            font-weight:        bold;
            padding-left:       3px;
          }
