/* GENERAL STYLES */


/* EDITOR PROPERTIES */
h1 {
font-size: 40px;
margin: 0;
}

h2 {
font-size: 26px;
margin: 0;
}

H3 {
margin-top: 0;
}

p {
font-size: 12px;
line-height: 15px;
color: #666;
margin-top: 0;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

p.question {
padding-left:20px;
font-style: italic;
background: url(/media/21515/q.gif) top left no-repeat;
}

p.answer {
padding-left:20px;
background: url(/media/21520/a.gif) top left no-repeat;
color:#333;
}

