body
{
 font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;        /* Font to use */
 margin-top:0px;
}
.dhtmlgoodies_question
{
 color:#004080;
 font-size:12px;
 font-weight: bold;
 background-color:#FFFFFF;
 text-decoration: none;
 margin-left:10px;
 margin-bottom:2px;
 margin-top:2px;
 padding-left:2px;
 background-repeat:no-repeat;
 background-position:top right;

 overflow:hidden;
 cursor:pointer;
}
.dhtmlgoodies_answer
{

 text-align: left;
 margin-left: 5px;
 color:#232323;
 
 background-color:#ffffff;
 width:100%;

 visibility:hidden;
 height:0px;
 overflow:hidden;
 position:relative;
}
.dhtmlgoodies_answer_content
{
 /* Content that is slided down */
 padding:1px;
 margin-left: 5px;
 width:100%;
 font-size:0.8em;
 position:absolute;
}
