/* REDEFINED TAGS */
body {
font-family:"Times New Roman", Times, serif;
font-size:100%;
color:#000;
}

.title, .subtitle, .subtitle_cat, h1,h2,h3,h4,h5,h6 {
color:#000;
}

/* normal blue hyperlink turns to green on mouse over */
a { 
text-decoration:underline;  
font-weight:bold;
background-color:#fff;
}
a:link, a:visited, a:active { 
color:#000; 
} 
a:hover { 
color:#000;
}
 
.warning, .warning_big {
color:#000;
}

.greenbox, .redbox {
 border-color:#000;
}
