/* For debugging */
.bordred {
    border-color: red; border-style: solid; border-width: 2px;
}

.bordteal {
    border-color: teal; border-style: solid; border-width: 2px;
}

.bordyellow {
    border-color: yellow; border-style: solid; border-width: 2px;
}

.bordgreen {
    border-color: greenyellow; border-style: solid; border-width: 2px;
}

.bordorange {
    border-color: orange; border-style: solid; border-width: 2px;
}
/* End debugging styles */

.titlehead {
    font-family: 'Dancing Script', cursive;
    font-size: 4em;
}

.subhead {
    font-family: 'Dancing Script', cursive;
    font-size: 3em;
}

.dogsimg {
    padding: 10px;
}

a:hover {
    font-weight: bold;
}

footer {
    font-size: 14px;
}

p.footer {
    margin-bottom: 0px;
}

a.footer {
    text-decoration: none;
}