.frontpageimg {
    border-radius: 10px;
}
.navbar-inner {
    background: linear-gradient(#ffd9ee, #e87a9f) !important;
    border-color: #cc2550 !important;
}
.active a {
    background: rgba(0,0,0,0.08) !important;    
}
.nav a {
    color: #ffffff !important;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000 !important;
}

.nav {
    font-size: 12pt;    
}
.brand {
    color: #ffffff !important;
    font-size: 20pt !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 0px #000000 !important;    
    font-family: "Caviar Dreams";
    text-transform: lowercase;
}

#charbox {
    background: linear-gradient(#ffd0e6, #ff9bc9);
    border: 5px solid #ffffff;
    outline: 2px solid #000000;
    border-radius: 10px;
    padding: 5px;
    width: 700px;
}

#charbox h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 5px #000;
}
#charbox h4 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 5px #000;
}

#charbox p {
    margin: 0px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 5px #000;
}