/** style */
html { overflow-y: scroll; }

strong { font-weight: bold; color: #a71b0e; }

h1 { margin-bottom: 30px;  color: #a71b0e; font-weight: bold; font-size: 24px; line-height: 1; }

#container { padding: 10px 1%; 
z-index:50;}

.QA { font-size: 16px; line-height: 1.5em; }

.Q { border: 1px solid #e1dfdf; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-top: 6px; margin-bottom: 6px; }
.Q a { display: block; padding: 0.5em; color:#FFC; text-decoration:none; }
.Q a:hover { text-decoration:none; background-color:#FFC; }

.A { border: 1px solid #e1dfdf; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; background-color: #fffff1; }
.A p { padding: 0.5em; }
