@font-face {
    font-family: 'walkway_boldregular';
    src: url('Walkway_Bold-webfont.eot');
    src: url('Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_Bold-webfont.woff') format('woff'),
         url('Walkway_Bold-webfont.ttf') format('truetype'),
         url('Walkway_Bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

table {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-family: Arial;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  text-align: center;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
}

.bannerAuthorName {
	font-family: walkway_boldregular;
	font-size: 150%;
  text-align: center;
  margin-top: 0;
}

.bannerBookTitle {
	font-family: walkway_boldregular;
	font-size: 250%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.bannerLink:link {
  color: blue;
	text-decoration: none;
}

.bannerLink:visited {
  color: purple;
	text-decoration: none;
}

.bannerLink:hover, .bannerLink:active {
	text-decoration: underline;
}

.bannerPageTitle {
	font-family: walkway_boldregular;
	font-size: 160%;
	color: black;
  text-align: center;
	text-decoration: none;
}

.bodyHeading {
	font-family: Arial;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.bodyLink:link {
	font-family: Arial;
  color: blue;
  text-decoration: none;
}

.bodyLink:visited {
  color: purple;
  text-decoration: none;
}

.bodyLink:hover, .bodyLink:active {
	text-decoration: underline;
}

.bodyText {
	font-family: Arial;
	color: black;
  text-align: justify;
}

.bodyTextCentered {
	font-family: Arial;
	color: black;
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.codeSnippet {
	font-family: Courier New;
	color: black;
  text-indent: 5%;
}

.coverLink:link {
	font-family: walkway_boldregular;
	font-size: 62.5%;
  color: blue;
  text-decoration: none;
}

.coverLink:visited {
  color: purple;
  text-decoration: none;
}

.coverLink:hover, .coverLink:active {
	text-decoration: underline;
}

.currentPageTitle {
	font-family: walkway_boldregular;
	font-size: 250%;
	color: black;
  text-align: center;
}

.currentPageSubtitle {
	font-size: 75%;
}

.italicOnly {
	font-family: Arial;
	color: black;
	font-style: italic;
  display: inline;
}

.strike {
  text-decoration: line-through;
}

.tutorialHeading {
	font-family: Arial;
  font-size: 150%;
	color: black;
  text-decoration: underline;
}