ul, li, p {
    padding: 0px;
    margin: 0px;
}

body {
    background-image: url("../img/gb.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}


.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    padding-top: 5px;
}

.bs-callout p {
    font-size: 16px;
}

footer {
    height: 209px;
    background-image: url("../img/footergb.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
}

.tpic {
    border: 1px solid silver;
    padding: 5px;
}
.tpic h4{font-size: 22px;}

.pic {
    padding-right: 0px;
}

.alert-warning {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    color: darkred;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hmargin{margin-bottom: 30px;}
.alert-warning span {
    float: right;
    display: inline-block;
}
.alert-warning span a{color:darkred;}

.alert-warning span a:hover {
    color: red;
    text-decoration: none;
}