	body {font-family: Arial, Helvetica, sans-serif;background-color: lightgreen;}
	h1 {text-align: right; background-color: lightyellow; font-size: 5em; color: #746;}
	h2 {background-color: lightyellow; text-align: right; font-size: 3em; color: #985;}
 div {height: 150px; width: 220px; border: 2px solid green; padding: 10px; margin: 20px; color: #239; font-size: 1.5em;}
	#a1 {position: fixed; bottom: 0; right: 0; width: 95%;}
	#a2 {border-radius: 40px; overflow: scroll; position: relative; top: 30px; left: 30px;}
	#a3 {position: absolute; right: 0px; overflow: auto;}
	ul{list-style-type: none;
	  margin: 0px;
	  padding:0px;
	  border-top-width: 1px;
	  border-right-width: 1px;
	  border-left-width: 1px;
	  border-top-style: solid;
	  border-right-style: solid;
	  border-left-style: solid;
	  border-top-color: #CCC;
	  border-right-color: #CCC;
	  border-left-color: #CCC;}
	a {font-family: Arial, Helvetica, sans-serif;
	  color: #000;
	  text-decoration: none;
	  font-size: 0.9em;
	  display: block;
	  padding: 6px;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  border-bottom-color: #CCC;
	  background-color: #EAEAEA;}
	a:hover { color: #FFF;
	  background-color: #666;
	  border-right-width: 5px;
	  border-right-style: solid;
	  border-right-color: #36F;}
	img {opacity: 0.75;}
	img:hover {opacity: 1.0;}
	input {width: 25%; font-size: 2.4em; color: #909;}
	#juj {float: right; margin: 0 0 1em 1em;}