/* Color module stylesheet */

header.header {
    background-color: #ff0000;
}

html, body {
    background-color: #fdfdfd;
}

.region-right-sidebar,
.region-left-sidebar {
    background-color: #f8faff;
}

footer.page-footer {
    background-color: #efefef;
}

body {
    color: #000000;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    color: #ff0000;
}

a {
    color: #ff0000;
}

button,
input[type="button"],
input[type="submit"],
.button {
    background-color: #cccccc;
    color: #333333;
}
