body {
  background-color: white;
}

h1 {
	letter-spacing: 2px;
	color: blue;
  width: 100%;
	font-size: 250%;
}

h2 {
	letter-spacing: 3px;
	background-color: blue;
	color: white;
  width: 100%;
	font-size: large;
  font-variant: small-caps;
	padding: 3px;
}

/* For left menu */
div.banner {
  margin: 0;
  /*font-size: 80% smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2em;
  left: auto;
  width: 140px;
}

div.banner p.title {
   font-size: x-large;
	 font-style: italic;
	 color: blue;
	 border: 0;
}

div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  border: thin outset #900;
  color: white;
}

div.banner a { display: block; margin: 0 0.5em }
div.banner a { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }

div.banner a:link { text-decoration: none; color: black }
div.banner a:visited { text-decoration: none; color: blue }
div.banner a:hover { background: blue; color: white }

/* In this section */
div.inthissection {
  margin: 0;
  font-size: 80%;
  font-weight: bold;
  position: static;
  top: 4em;
  left: auto;
	right: 4em;
  width: 200px;
}

div.inthissection p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  border: thin outset #900;
  background-color: blue;
}

div.inthissection a { display: block; margin: 0 0.5em }
div.inthissection a { border-top: 2px groove #900 }
div.inthissection a:first-child { border-top: none }

div.inthissection a:link { text-decoration: none; color: black }
div.inthissection a:visited { text-decoration: none; color: blue }
div.inthissection a:hover { background: blue; color: white }

/* Next button */
div.next {
  text-indent: 60px;
 	margin: 0;
  position: relative;
	/*left: 200px;*/
  background-image: url("cvs-tutorial-next.png");
  background-repeat: no-repeat;
}

