.gang_title {
    padding-bottom: 18px;
    margin-left: 16px; 
    font-weight: bold;
    font: 25px/29px Comic Sans MS, Comic Sans, Comic, cursive;
    color: #0b5a88;
}

.animal_title {
    padding-bottom: 2px;
    font-weight: bold;
    font: 24px/27px Comic Sans MS, Comic Sans, Comic, cursive;
}

.animal_animal {
    font-weight: bold;
    font: 15px/18px Comic Sans MS, Comic Sans, Comic, cursive;
}

.animal_name {
    text-align: center;
    font: 14px/20px Comic Sans MS, Comic Sans, Comic, cursive;
    font-weight: bold;
    padding-top: 8px;
}

table#gangs {
    width: 824px;
    margin-left: auto;
    margin-right: auto;
}

table#gangs td a {
    display: block;
    width: 204px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: -204px 0px;
}
table#gangs td a:hover, table#gangs td a.active {
    background-position: 0px 0px;
}

table#animal_info {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
table#animal_info td {
    font: 15px/20px Comic Sans MS, Comic Sans, Comic, cursive;
}

table#animals {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#facts h1 {
    padding: 0;
    margin: 16px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

#facts {
    margin-left: 16px;
    margin-right: 16px;
    font: 14px/22px Comic Sans MS, Comic Sans, Comic, cursive;
    color: white;
}

.galapagos_context div.gang_title,
.galapagos_context div.animal_name,
.galapagos_context div.animal_title,
.galapagos_context div.animal_animal,
div#MB_content div,
div#MB_content div h1
{
    font-family: Comic Sans MS, Comic Sans, Comic, sans-serif;
}


