@charset "UTF-8";/* CSS Document *//* Some formatting for the questions. */#Questions { list-style: none; margin: 0; padding-top: 16px; width: 100px; height: 250px; float: left; overflow: auto; /*background-color:#fef5e1;*/}#Questions li { width: auto; margin: 0;}#Questions a { display: inline; padding: 0; color: #354e71; font: 18px Verdana,Arial,Helvetica,sans-serif; text-decoration: none;}#Questions a:hover { color: #a5b557;}#targetArea { font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif; color: #666; text-indent: 0px; float: right; padding-top: 16px; margin-bottom: 10px; padding-right: 60px; background: #fff; height: 240px; width: 620px; overflow: auto; /*background-color:#fef5e1;*/}