/* menu_style.css - styles for the menu_maker
 */


a       { text-decoration: none; }
a:hover { text-decoration: underline; }

dl.outline {margin-top: 0px; }
dl.outline dt { font-weight: bold; }
dl.outline dt a { font-weight: bold; }
dl.outline dt { margin-top: 1ex; }
dl.outline dd { margin: 0px 2em 1em; }
dl.outline dd p { margin: 1ex; }

q {
  quotes:  "‘" "’" "“" "”" ;
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
