body    { width: 770px;
          background: #006 url(Winter.JPG) fixed no-repeat center top;
	  text-align: center;
	  vertical-align: middle; }

h1      { font-family: "Arial Black";
	  font-size: 18pt;
          color: #666699;
          float: right;
          border-width: 7px;
          border-style: double;
          border-color: #333366;
          padding: 3px 12px 3px 12px;
          background-color: silver; }

h3      { font-family: garamond, georgia, serif;
          font-size: 1.5em;
          font-weight: bold;
          color: #9999AA;
          letter-spacing: 0.2ex; }


i       { font-family: verdana, arial, sans-serif; }

li      { font-family: arial, verdana; }

li li   { font-family: tahoma, verdana, sans-serif;
	  font-size: 0.8em; }

a       { font-family: garamond, georgia, serif;
	  color: silver;
          font-weight: bold;
	  font-variant: small-caps;
          letter-spacing: 0.25em;
	  text-decoration: none;
          border-style: none none dashed none;
	  border-width: 1px; }

a:hover { color: black;
	  background: silver; }

div     { font-family: garamond, serif;
          font-size: 10pt;
          color: black;
          padding: 5px;
          margin: 5px; }



.clear  { clear: both; }

.bold	{ font-weight: bold; }




#body             { font-family: tahoma, verdana, sans-serif;
                    font-size: 10pt;
                    color: #333399;
		    background-color: white;
		    border: medium solid silver;
                    letter-spacing: 0.1ex;
		    padding: 15px;
		    margin-top: 4em;
                    width: 50em;
		    height: 36em;
		    overflow: auto;
		    scrollbar-base-color: #669;
		    text-align: left; }


#margin-box       { border: dotted thin green;
		    text-indent: 25px;
		    width: 250px;
		    float: left; }

#border-box       { color: white;
		    background-color: black;
		    text-indent: 50px;
                    font-weight: bold;
		    vertical-align: middle;
		    width: 225px; }

#padding-box      { color: black;
		    background-color: white;
		    text-indent: 50px;
                    margin: 10px 25px 25px 25px;
		    font-weight: normal;
		    width: 175px; }

#content-box      { border: dashed thin green;
		    text-indent: 0px;
                    color: #339; 
                    font-family: arial, sans-serif;
		    font-size: 8pt;
                    font-weight: bold;
		    padding: 0px;
		    text-align: center;
		    width: 150px; }

