 <style type="text/css">
<!--
.x
{
}

// every link, that must not be underlined must have the class brothernav

a:link {text-decoration:underline;color:#003366;}
a:visited {text-decoration:underline;color:#003366;}
a:hover {text-decoration:underline;color:#003366;}
a:active {text-decoration:underline;color:#003366;}

a.underline:link {text-decoration:underline;color:#003366;}
a.underline:visited {text-decoration:underline;color:#003366;}
a.underline:hover {text-decoration:underline;color:#003366;}
a.underline:active {text-decoration:underline;color:#003366;}

a.brothernav:link {text-decoration:none;color:#003366;}
a.brothernav:visited {text-decoration:none;color:#003366;}
a.brothernav:hover {text-decoration:none;color:#003366;}
a.brothernav:active {text-decoration:none;color:#003366;}

a.dhtmlnav:link {text-decoration:none;color:#FFFFFF;}
a.dhtmlnav:visited {text-decoration:none;color:#FFFFFF;}
a.dhtmlnav:hover {text-decoration:none;color:#FFFFFF;}
a.dhtmlnav:active {text-decoration:none;color:#FFFFFF;}

a.staticnav:link {text-decoration:none;color:#003366;}
a.staticnav:visited {text-decoration:none;color:#003366;}
a.staticnav:hover {text-decoration:none;color:#003366;}
a.staticnav:active {text-decoration:none;color:#003366;}

// same definition as dhtmlnav. left due to compatibility
a.pathnav:link {text-decoration:none;color:black;}
a.pathnav:visited {text-decoration:none;color:black;}
a.pathnav:hover {text-decoration:none;color:black;}
a.pathnav:active {text-decoration:none;color:black;}

-->
</style>
