a:link, a:visited {
    color: #447e9b;
    text-decoration: none;
}

a:focus, a:hover {
    color: #036;
}

#header {
    background: #800000;
    color: #ffc;
    /* : #\d{4,6} */
}

.module h2, .module caption, .inline-group h2 {
    background: #800000;
    color: #fff;
}

div.breadcrumbs {
    background: #b80c0c;
    color: #cecece;
}

div.breadcrumbs a {
    color: #fff;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #cecece;
}

.userphoto {
    width: 40px;
    max-height: 40px;
}
