h3 {
color:#41525E;                                   /* new */
font-family:Helvetica,Verdana,sans-serif;
font-size:0.9em;                                 /* new */
font-weight:bold;
letter-spacing:0.05em;                           /* new */
line-height:1.25em;                              /* new */
text-transform:uppercase;                        /* new */
}

h3 a, h3 a:link, h3 a:active, h3 a:visited {
    color:#41525E;
}

.rsscontainer .rsstitle {
border-top:1px solid #DDDDDD;                    /* new */
font-weight:normal;
font-size:0.84em;
line-height:1.5em;
}

a, a:link, a:active, a:visited {
    color:#000000;
    text-decoration:none;
}

a:visited {
    color:#6B6B6B;
}

a:hover {
    color: #F8195D;
}

body {
    color:#000000;
    font-family:Helvetica, Verdana, sans-serif;
}

a.tabs {
    color:#41525E;
}

a.tabs:visited {
    color:#41525E;
}

a.tabs:hover {
    border-bottom: 1px dashed #41525E;
    
}

.selected {
    border-bottom: 1px dashed #41525E;
    font-weight: bold;
}


