html, body	{scrollbar-base-color: #ffa500}

body	{color: #444444;
	 background-color: #b0c4de}

div#container	{border: solid 3px #ff8c00;
		 padding: 20px;
		 background-color: #ffffff;
		 width: 600px;
		 margin-left: auto;
		 margin-right: auto}

div#header	{background-color: #4682b4;
		 color: #f0ffff;
		 font-family: Comic Sans MS, sans-serif;
	 	 padding: 15px 15px;
	 	 height: 50px;		 
		 text-align: center}

div#header p	{margin-top: 5px}


h1	{font-size: 1.2em;
	 margin-bottom: 0}

h2	{font-size: 0.9em;
	 border-left: solid 16px #ffd700;
	 padding-left: 7px}

h3	{font-size: 0.9em;
	 background-image: url(point.png);
	 background-repeat: no-repeat;
	 background-position: 0 -3px;
	 padding-left: 25px}

p	{font-size: 0.75em;
	 font-family: Comic Sans MS, sans-serif;
	 line-height: 1.6}

address	{color: #4682b4;
	 font-size: 0.75em;
	 font-style: normal;
	 font-family: Comic Sans MS, sans-serif;
	 margin-top: 20px;
	 text-align: center}

a	{color: #556b2f;
	 text-decoration: none}

a:hover	{color: #6b8e23}

ul	{list-style-type: none;
	 background-color: #ff8c00;
	 padding: 3px;
	 text-align: center;
	 margin-left: 0;
	 margin-top: 0}

li	{display: inline;
	 font-size: 0.75em;
	 padding-right: 10px;
	 font-family: Comic Sans MS, sans-serif}

li a	{text-decoration: none}
