/* internal Links */
a.simply_intern:link {
    color: #b60000;text-decoration:underline;
}
a.simply_intern:visited {
    color: #b60000;text-decoration:underline;
}
a.simply_intern:hover, a.simply_intern:active, a.simply_intern:focus {
    color: #0000FF;text-decoration:underline;
}
/* external Links */
a.simply_extern:link {
    color: #b60000;text-decoration:underline;
}
a.simply_extern:visited {
    color: #b60000;text-decoration:underline;
}
a.simply_extern:hover, a.simply_extern:active, a.simply_extern:focus {
    color: #0000FF;text-decoration:underline;
}
/* tooltips */
acronym,abbr,span.abbr { border-bottom:1px dotted #333; cursor:help;}