@charset "utf-8";




dl{
	padding-right: 15px;
	padding-left: 15px;
	}

dt {
     font-weight: bold; 
     margin: 15px 40px 5px;
}

dd:before {
     content: "A";
     font-size: 1.2em;
     font-family: Georgia, "Times New Roman", Times, serif;
     margin-right: 7px;
     padding: 0 8px 5px 8px;
     color: #752E0F;
     background-color: #FFD87D;
     margin-left: -37px;
     position: relative;
     top: 0px;

}
dt:before {
     content: "Q";
     font-size: 1.2em;
     font-family: Georgia, "Times New Roman", Times, serif;
     margin-right: 7px;
     padding: 0 8px 5px 8px;
     color: #FFD87D;
     background-color: #BD4A18;
     font-weight: normal;
	 
	 margin-left: -37px;
     position: relative;
     top: 0px;
}

dd {
	margin: 15px 00px 0px 40px;
   	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    line-height: 140%;
	text-align:justify;
}

a {color: #BD4A18;}
