#special_content
{
	margin-top:30px;
}

#special_content h1,
#special_content h2,
#special_content h3,
#special_content h4,
#special_content h5,
#special_content h6{
    color:#000;

}
#special_content h1 a{
    color:#424242;
    font-size:50px;
    position:relative;
    top:11px;
    font-weight: normal;

}
#special_content h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#special_content h4{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
#special_content a{
    color: #000;
    text-decoration: none;
}

#questions{
    margin-bottom: 30px;
	padding-bottom:10px;
}
#questions li{
    margin-bottom: 20px;
    color: #000;
    list-style-type:decimal;
    list-style-position: inside;
}
#questions ul li a{
    font-weight: bold;
}
#questions ul li a:hover{
    color: #333;
}
#questions ul li a:active{
    color: #444;
}

#answers ul li{

	padding-bottom:40px;
}

#answers li{
	color: #000;
    list-style-type:decimal;
}