/*cengage.com base styles CSS Document */
html {
  font-size: 0.80em; /*this equlizes the fonts */
  color: #000000;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}
h1, h2 ,h3, h4, h5, h6 {
	color:#333333;
}
a:link, a:visited {
  color: #0071a2;
  text-decoration:none;
}
a:hover, a:focus {
  color: #0071a2;
  text-decoration: underline;
}
li {
  list-style-type: none;
}
ul, li, p, h4, h5 {
  padding: 0px;
  margin: 0px;
}
div#global {
  margin: 0 auto;
  padding: 0;
  width: 975px;
}
