body	{ font-family: "comic sans ms", arial,
	  verdana,sans-serif; }
h1	{ font-size: 36pt;
	  font-weight: normal;
	  font-variant: small-caps;
	  border: thin solid blue;
	  float: left;
	  clear: both;
}
ul.navbar { font-weight: bold;
	    font-style: normal; }
ul	{ font-style: italic; 
	  border: solid thin green;
	  clear: left; }
a	{ text-decoration: none; }
ul.navbar li	{ float: left;
	  border-width: 1px 3px 6px 9px;
	  border-color: yellow aqua #9999cc green;
	  border-style: solid dotted dashed double;
		  margin: 1em;
		  padding: 0.5em; }






