﻿/* CSS to over-ride the default Diva CSS  */
@charset "utf-8";

/* these are the Questions */
/*#lesson_faq_DL dt{
	/* changing the color of the text for the questions */
/*color:#3E8E35;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: .1em;

}*/
/* these are the Questions */
#lesson_faq_DL dt a {
/* changing color of the text */
color:#3E8E35;
	font-weight: bold;
	font-size: 1.0em;

}


/* these are the Answers */
#lesson_faq_DL dd {
	/* changing the color of the text for the answers */
color:#000000;
	line-height: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
	font-size: 75%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3E8E35;
	padding-bottom: .4em;
}

/* these are the Questions */
#lesson_faq_DL dt a {
/* changing color of the text */
color:#3E8E35;
/* putting the underline back */
text-decoration:none;
/* displaying the questions inline rather than as block-elements */
display:inline;
}

/* This is to create a "rollover effect" on the Questions (same effect through keyboard navigation) */
#lesson_faq_DL dt a:hover,
#lesson_faq_DL dt a:active,
#lesson_faq_DL dt a:focus {color:blue} 
