.question {
    font-family:  Arial, Helvetica, sans-serif;
	cursor:         pointer;
    text-decoration:none;
    font-size:      13px;
    line-height:    17px;
    font-weight:    bold;
    color:          #c55718;
}

.question a {
    text-decoration:none;
    color:          #c49363;
}

.answer {	/* Parent box of slide down content */
	background-color:#ffffff;
	width:          400px;	
	visibility:     hidden;
	height:         0px;
	overflow:       hidden;
	position:       relative;

}

.answer_content {	/* Content that slides down */
	padding:        0 10px 10px 10px;
	position:       relative;
}

.question a:focus { /* empty link for keyboard access to slide */
   width:           10px;
   height:          10px;
   background:      #ffff00 url(Pointer.gif) center;
}
