
/* colors.css */

/* color scheme for <body class="site_normal"> */

body.site_normal {background-color:#fff}

.site_normal #header #motto {background-color:#00A8EB}
.site_normal #header #motto h1 {color:#fff}
.site_normal #content h1 {color:#00A8EB}
.site_normal #content h2 {color:#00A8EB}
.site_normal #content h3 {color:#00A8EB}
.site_normal #content h4 {color:#00A8EB}

.site_normal #content .contentbox h4 {color:#000}

.site_normal #content h5 {color:#00A8EB}

.site_normal #context .dark {background-color:#FBEA8F}
.site_normal #context .light {background-color:#FEF6B7}

.site_normal #footer a {color:#00A8EB}
.site_normal #footer a.intern {color:#98CFFE}
.site_normal #footer span {color:#00A8EB}

