
body {
   font-size: 20px;
    line-height: 1.66667;
}
p {
    margin: 0 0 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 11.5px;
}

h2, .h2 {
    color: #BF0404;
	font-weight: bold;
}
h3, .h3 {
	font-weight: bold;
}
.well {
    background-color: #ffffff;
    border: 1px solid #0000b3;
}
.footer {
    border-color: #333;
    background-color: #0000b3;

}

.btn-default {
    border-color: #0000b3;
}

.form-control {
    background-color: #fcf95a;
    border: 2px solid #0000b3;
    border-radius: 8px;
}
