body a:visited { color: black; text-decoration: none;}
body a:hover { color: red; text-decoration: underline;}
+/* SJCG chose a dark primary accent colour; make the text visible */
+body .color_1 a { color: white; text-decoration: none;}
+body .sidebar_item_active a { color: white; text-decoration: none;}
+
/* the idea is to have 4 complimentary colors that
* are used throughout the opac. Edit those colors
* in this file
*/
-.color_1 { background: #492F91; color: #000000; }
+.color_1 { background: #492F91; color: #FFFFFF; }
.color_2 { background: #FFC423; color: #000000; }
.color_3 { background: #D8DCF7; color: #000000; }
.color_4 { background: #E0E0F0; color: #000000; }
.home_search { border: 3px solid #492F91; }
/* main nav sidebar */
-.sidebar_item_active { background: #492F91; }
+.sidebar_item_active { background: #492F91; color: #FFFFFF; }
/* record detail summary block */
.rdetail_desc { border: 1px solid #492F91; }