h1, h2, h3, h4, h5, h6, a {
    color: #f2815a !important;
}

.orange_text {
    color: #f2815a !important;
}

.orange {
    background: #f2825b !important;
    background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%) !important;
    background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%) !important;
    background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0) !important;
    color: #ffffff !important;
    border-color: #f2825b !important;
}

.orange:hover {
    border-color: #f2825b !important;
}