/*
 * Settings specific to this color variation
 */
body, a:hover, div#theme_box select, div#theme_box input, div.link-list div.type {
color:#BCAA74;
}

div.link-list div.category, div.note {
color:#DAC998;
}


/*
 * Warning text color, should be something suitably different from the colors above
 */
span.warning {
color:#4D71BC;
font-weight:bold;
}

