.btn-default {
    border: 1px solid #1a1a1a;
}

.book-btn {
    display: inline-block;
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #1b1b1b !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.book-btn:hover {
    background-color: #1b1b1b;
    color: #fff !important;
}

#TopContent p a,
#LeftSplit p a,
#RightSplit p a,
#TwoColumn p a,
#BottomContent p a {
    text-decoration: underline !important;
}




