/* CSS Document */

#body #nav #broch a{
background-color:#294A57;
color:#FFE3A7;
}

#content a:link{
font-weight:bold;
text-decoration:underline;
color:#294A56;
}
#content a:visited{
font-weight:bold;
text-decoration:underline;
color:#294A56;
}
#content a:hover{
font-weight:bold;
text-decoration:underline;
color:#ACB552;
}
#content a:active {
font-weight:bold;
text-decoration:underline;
color:#294A56;
}
