h1, h2, h3, h4, h5 {
	color: #fc4f4f;
}

.fasa {
	 background-color: #fc4f4f;
}

a:link { color: #fc4f4f; }
a:hover { color: #ff7d7d; }
a:visited { color: #fc4f4f; }

.menu a { color: #FFF; }

.btn-white { color: #fc4f4f !important; }
.btn-white:hover { color: #fff !important; background-color:#ff7d7d !important; }
.btn-white:active { color: #fff !important; background-color:#ff7d7d !important; }
.btn-white:focus {  color: #fff !important; background-color:#ff7d7d !important; }

.btn-default { background-color: #fc4f4f; }
.btn-default:hover { background-color: #ff7d7d; }
.btn-default:active { background: #ff7d7d !important; }
.btn-default:focus { background-color: #fc4f4f; }
.btn-default.disabled, .btn-default[disabled] { background-color: #fc4f4f;}
.btn-default.disabled:hover, .btn-default[disabled]:hover { background-color: #fc4f4f;}