html {
	font-size 1em;
}
body {
	/* background: [SpacejockAUBlueBG] url('images/bg_verticalstrip.png') repeat-x scroll 0 0; */
	background: rgb(204, 217, 235);
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1em;
	margin: 0px;
	line-height: 1.5;
	padding: 0px;
}
p {
	line-height: 1.5;
}
a {
	color: rgb(0, 0, 220);
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #009;
}
a:hover {
	color: rgb(255, 0, 0);
}
a:active {
	color: rgb(0, 0, 220);
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 5px;
	margin: 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
	padding 2px;
	margin: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px;
	margin: 1px;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.headercentered {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	min-height: 120px;
	vertical-align: middle;
	min-width: 90%;
	text-align: center;
}
.headercentered img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	align: center;
	height: auto;
	max-width: 90%;
}
img.centered {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px auto;
}
div.footer {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto;
	vertical-align: middle;
	min-width: 90%;
	text-align: center;
}
/**
 * Main Navigation Bar - START
 */
.container-fluid {
	padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
	margin: 0px;
}
.navbar {
	background-color: #bcd;
	color: #00A;
	padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
	margin: 0px;
}
.navbar-nav, .navbar-header {
	display: inline-block;
	float: none;
	border: none;
    	color: #00A;
	background-color: #bcd;
	padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
	margin: 0px;
}       
.navbar-toggle {
    float: left;
    margin-left: 0px;
}
.navbar-toggle .icon-bar {
    background-color:#FFFFFF; 
}            
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:focus {
    color: #00A;
    background-color: #bcd;
    font-weight: bold;
    padding-left: 12px; padding-right: 12px;
    padding-top: 6px; padding-bottom: 6px;
}
.navbar .navbar-nav > li > a:hover {
	color: #00A;
	background-color: #a8bccc;
}
/* Wider Screen only */
/*@media (min-width: 979px) {*/
@media (min-width: 1000px) {
    /**
     * Menu auto-drop down on hover.
    ul.nav li.dropdown:hover > ul.dropdown-menu {
          display: block;
    }
    **/
    .navbar-collapse.collapse {
        height: 50px !important;     /* was 50 */
    }
}
/* Narrower screen only */
/*@media (max-width: 979px) {*/
@media (max-width: 999px) {
    .navbar-collapse {
        text-align: left;
    }
}
ul.dropdown-menu, .navbar-collapse {
	background-color: #bcd;         
	border-color: #061FB1;
	color: #00A;
}            
ul.dropdown-menu > li > a,
ul.dropdown-menu > li > a:focus {
	color: #00A;
	background-color: #bcd;                
}
ul.dropdown-menu > li > a:hover {
	color: #00A;
	background-color: #a8bccc;                
} 
/*
 * End of main Navigation Bar - END 
 **/
div.container_responsive {
	background: rgb(255, 255, 255);
	margin: 0px auto;
	padding: 0px;
	/* min-height: 2500px; */
	min-width: 300px;
	max-width: 90%;
	position: relative;
}
div.content_responsive {
	background: rgb(255, 255, 255);
	line-height: 1.5;
	padding: 20px;
	max-width: 90%;
	min-width: 300px;
	margin: auto;
	float: left;
}
.content_responsive img {
	border-color: #FFF;
	height: auto;
	display: inline;
	max-width: 100%;
}
div.bookdetails {	
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}
div.bookdesc {
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}
p.sample {
	font: normal 8pt/normal verdana, tahoma, arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
	margin: 0px;
	margin-left: 1em;
	margin-right: 1em;
	padding: 2px;
	line-height: 1.5;
	text-indent: 1em;
	text-align: left;
}
div.LeftPara {
	float: left;
	margin:0 auto;
	margin-right: 240px;
}
div.bookboxR {
	float: right;	
	line-height: 1.5;
	padding: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	text-align: center;
	width: 180px;
	position: relative;
	right: -1px;
	top: 0px;
}
div.relatedTitle {
	float: left;
	max-width: 90px;
	
}
div.relatedList {
	margin-left: 100px;
	line-height: 1.5;
}
div.article_responsive {
	line-height: 1.5;
	text-align: left;
	float: left;
	margin: auto;
	display: inline;
	position: relative;
}
.article_responsive p {
	line-height: 1.5;
}
.article_responsive img {
	height: auto;
	display: inline;
	max-width: 100%;
}
div.bookdesc_responsive {
	padding: 2px;
	margin: 2px;
	line-height: 1.5;
}
div.bookcover {
	text-align: center;
	float: left;
	margin: auto;
	display: inline;
	position: relative;
}
.bookcover img {
	height: auto;
	display: inline;
	max-width: 100%;
}
div.middle {
        	display: table-cell;
        	vertical-align: middle;
}
div.internal {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
div.booklinks {
	padding: 12px;
	margin: 12px;
	text-align: center;
	position: relative;
	float: left;
	line-height: 1.5;
}
div.NLSignup {
	padding: 2px;
	margin: 2px;
	text-align: center;
	position: relative;
	float: left;
	min-width: 380px;
	min-height: 180px;
}
div.BestsellerImages {
	text-align: left;
	position: relative;
	float: left;
}
.BestsellerImages img {
	height: auto;
	display: inline;
	max-width: 100%;
}
div.sidebar_responsive {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(204, 217, 235);
	line-height: 1.5;
	min-width: 160px;
}
.sidebar_Responsive ul {
	background: rgb(127, 203, 245);
	color: rgb(255, 255, 255);
	margin: 0px;
	padding: 8px 8px 0px 30px;
}
.sidebar_Responsive p {
	margin: 0px;
	padding: 3px;
	text-align: center;
}
.sidebar_Responsive img {
	height: auto;
	display: inline;
	max-width: 100%;
}
div.ShareDiv {
	padding: 10px;
	margin: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
    	border: 1px solid black;
}
div.ShareItem {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
div.news {
	line-height: 1.5;
}
.news h2 {
	text-align: center;
}
.news p {
	text-align: left;
}
div.newsheading {
	border: 1px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	border-bottom: 1px solid black;
	text-align: center;
}
div.newstitle {
	border:1px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}
.newstitle p {
	
	font-weight: bold;
	font-size: 1.8em;
	padding: 5px;
}
div newsstory {
	border:1px;
	border-top: 1px solid black;
	margin-left: 25px;
	margin-right: 25px;
	border-bottom: 1px solid black;
}
.newstory p {
	margin-left: 25px;
	margin-right: 25px;
}
div newsfooter {
	border:1px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 150%;
}
div.quotebox
{
	border: 0px dotted gray;
    	padding: 5px;
	float: none;
    	max-width: 690px;
	text-align: left;
	line-height: 1.5;
	margin: 0px;
}
div.articleheader
{
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid black;
}
.articleheader h2
{
	margin: .5em;
}
div.articleboxL
{
	border: 1px dotted gray;
    	padding: 5px;
    	width: 120px;
	line-height: 1.5;
	margin: 10px;
	float: left;
	background-color: #eee;
}
.articleboxL img
{
	height: auto;
	max-width: 100%;
}
div.articleboxR
{
	border: 1px dotted gray;
    	padding: 5px;
    	width: 120px;
	line-height: 1.5;
	margin: 10px;
	float: right;
	background-color: #eee;
}
div.articleboxC
{
	border: 1px dotted gray;
    	padding: 10px;
    	width: 690px;
	margin: 10px;
	float: none;
	background-color: #eee;
}
div.articleboxRNS
{
	border: 1px dotted gray;
    	padding: 10px;
	margin: 10px;
	float: right;
	background-color: #eee;
}
div.articleimage
{
	text-align: center;
	float: none;
}
.articleimage img
{
	border: 1px dotted gray;
    	padding: 1px;
	margin: 25px;
	background-color: #fff;
}
div.authorbox
{
	padding: 20px;
	margin: 0px;
}
div.feedback
{
	text-align: left;
	padding: 14px;
	line-height: 1.5;
}
.feedback ul
{
}
.feedback li
{
     	list-style-type: disc;
	padding: 5px;
}
table {
	border: 0px;
	background-color: white;
}
td.selected {
	background-color: #000;
	font-weight: bold;
	color: #FFF;
}
table.content {
	text-align: left;
    	border: 0px;
    	padding: 5px;
    	width: 680px;
	margin: 0px;
    	font-family: Arial, Helvetica, sans-serif;
    	background-color: #FFF;
	line-height: 1.5;
}
table.content a {
	/* 	text-decoration: none; */
	color: blue;
}
table.content a:hover {
    color: red;
}
table.news {
    	font-family: Georgia,"Times New Roman",Times,serif;
	text-align: left;
    	margin: 0px;
	padding: 2px;
	color: #333;
	background-color: transparent;
}
table.news a {
	text-decoration: none;
}
table.news a:visited {
	color: #999;
}
table.news a:hover {
    text-decoration: none;
    color: red;
}
div.float_left {
	float: left;
}
div.float_right {
	float: right;
}
div.float_clear {
	clear: both;
}
div.float_clear_left {
	clear: left;
}
div.float_clear_right {
	clear: right;
}
div.spacing {
	clear: both;
	font-size: 0px;
	height: 0px;
}
div.clearer {
	clear: both;
	font-size: 1px;
}
<!DOCTYPE html>
<html>
  <head>
    <title>[PageTitle]</title>
    <meta charset="UTF-8">
    <meta name="description" content="[PageDesc]" />
    <meta name="keywords" content="[PageKeywords]" />
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="robots" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">  
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="GENERATOR" content="yGen 2.3.0.2" />
   <meta name="AUTHOR" content="yGen User" />
   <meta name="CREATED" content="20201230;19120000" />
   <meta name="CHANGED" content="20210122;19010000" />
<link href="http://www.spacejock.com/_libs/lib/bootstrap.min.css" rel="stylesheet" />
<link href="cssr_20201230.css" rel="stylesheet" />
<!-- link href="[cssmenufile].css" rel="stylesheet" -->
<link rel="alternate" title="Spacejock RSS" href="//www.spacejock.com/index_rss.rss" type="application/rss+xml" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="Website for Simon Haynes, author and programmer">
<meta name="twitter:site" content="@spacejock">
<meta name="twitter:title" content="www.spacejock.com">
<meta name="twitter:description" content="Home of yWriter, the free novel-writing software">
<meta name="twitter:creator" content="@spacejock">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="http://www.spacejock.com/images/yWriterIcon.png">
<!-- Open Graph data -->
<meta property="og:title" content="www.spacejock.com" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.spacejock.com/" />
<meta property="og:image" content="http://www.spacejock.com/images/yWriterIcon.png" />
<meta property="og:description" content="Home of yWriter, the free novel-writing software" />
<meta property="og:site_name" content="Website for Simon Haynes, author and programmer" />
<meta property="fb:admins" content="138654746217250" />
	
</head>
<body>
<div class="header">
<div class="headercentered">
<?php
	include 'HeaderAd.php';
?>
</div>
</div> <!-- End 'header' -->
<div class="container_responsive"> <!-- Start of 'Container' -->
<?php
include 'Menubar_Responsive.html';
?>
<div class="container">
  <div class="row">
<div class="content_responsive col-lg-8 col-md-8 col-sm-8 col-xs-12">
<!-- <div class="article_responsive"> -->
divTable{
	display: table;
	width: 100%;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
<!-- </div> --> <!-- end article_responsive -->
<div class="float_clear"></div>
</div> <!-- end content_responsive -->
<?php
include 'Sidebar.php';
?>
<div class="float_clear"></div>
</div>
</div>
</div>  <!-- End of div Container -->
<?php
include 'Footer_include.html';
?>
<script src="http://spacejock.com/_libs/lib/jquery-1.11.3.min.js"></script>
<script src="http://spacejock.com/_libs/lib/bootstrap.min.js"></script>
<!-- include=GoogleAnalytics.inc -->
</body>
</html>