/*** /Intranet/Users/annamarie.l.michaels.1/stylesheet.css/ ***/

/* To customize styles on your intranet pages, you should create your own unique class names and use those classes on your pages. If you  use selectors that are already in use on the intranet, or if you use a regular HTML tag as your selector, you may wind up with seriously messed-up pages. If that happens, don't panic. Just remove your style sheet and everything should return to normal. */

.class-selector-example,
#id-selector-example {
  font-weight: normal;
}
