<html> <style> #header {

  background-color:#006f3f;
  height: 55px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: rgb(256,256,256)

} #header2 h1 {

  font-size: 22px;
  font-weight: bold;
  text-align: center;}

#header2 ul {

  color: rgb(0,0,0)

} #menu {

  height: 35px;
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 2px 3px #333333;
  background-color: rgb(102,156,156);

} #menu ul {

  height: auto;
  padding: 8px 0px;
  margin: 0px;

} #menu li { display: inline; padding: 16px; } #menu a {

  text-decoration: none;
  color: rgb(256,256,256);
  padding: 8px 8px 8px 8px;

} #menu a:hover {

  color: #006f3f;
  background-color: #FFF;

} </style>

<h1 style=“margin-top:1; margin-bottom:1;”>Flipped Calculus 1 at Binghamton</h1>

<ul> <li><a href=“http://www2.math.binghamton.edu/p/calculus/resources/calculus_videos/chapter1”>Chapter 1</a></li> <li><a href=“http://www2.math.binghamton.edu/p/calculus/resources/calculus_videos/chapter2”>Chapter 2</a></li> <li><a href=“http://www2.math.binghamton.edu/p/calculus/resources/calculus_videos/chapter3”>Chapter 3</a></li> <li><a href=“http://www2.math.binghamton.edu/p/calculus/resources/calculus_videos/chapter4”>Chapter 4</a></li> <li><a href=“http://www2.math.binghamton.edu/p/calculus/resources/calculus_videos/chapter5”>Chapter 5</a></li> </ul>

</html>

<html> <style> #footer {

  background-color:#006f3f;
  height: 16px;

} #footer h1 {

  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: rgb(256,256,256);

} </style>

</html>