/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.red:link {color: #990000; background: #ffffff; font-weight: bold;}
.red:active {color: #990000; background: #ffffff; font-weight: bold;}
.red:visited {color: #990000; background: #ffffff; font-weight: bold;}
.red:hover {color: #990000; background: #ffffff; font-weight: bolder;}
