.header {
    background-color: black /* #fff8 */ ;
    border: 0px solid pink;
    height: 20px;
    left: 0;
    padding: 3px 0 12px 0;
    position: fixed;
    right: 0;
    top: 0;
    /* width: 970px; */
    z-index: 100;
}

.menu {
    border: 0px solid white;
	color: white;
	font: 8pt arial, sans-serif;
	height: 30px;
    /* justify-content: space-between;	*/
    margin: 0 0 0 0;
	text-decoration: none;
	left: 30px;
	width: 960px;
}

.page {
    border: 0px solid yellow;
    /* bottom: 0; */
    display: block;
	/* margin: 20px 0 0 0; */
	/* height: 1000px; */
	margin-left: 40px;
	margin-top: 40px;
	padding-right: -40px;
	width: 960px;
}

.months {
    float: right;
}

.top-line {
    border: 0px solid green;
    color: white;
    /* display: block; */
    height: 15px;
    /** margin-left: -8px; */
    margin-top: 2px;
    padding-right: 4px;
}

.current-month {
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
}

.home-button {
	color: white;
	/* float: left; */ 
	font-size: 8pt;
	font-weight: bold;
	margin-left: 5px;
	/* vertical-align: bottom; */
}

.months-menu {
    font-weight: bold;
    margin: auto;
    margin-top: 4px;
}

.month-link {
	color: white;
	margin: 1px 0 0 2px;
	right: 0;
}

.info {
    float: right;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 44px;
	padding-right: 0;
}

.thumbs {
    margin-top: 3px;
}

.title {
	display: table;
	font-size: 9pt;
	font-weight: bold;
	height: 15px;
	padding-bottom: 5px;
	padding-left: 44px;
	width: 922px;
	vertical-align: bottom;
}

.thumbnail {
	/* border: 1px solid yellow; */
	box-sizing: border-box;
	display: inline-block;
	height: 154px;
	margin: 5px 40px 50px 0;
	width: 200px;
}


.thumb-caption {
    color: white;
}

.headline {
	border-bottom: .5px solid black;
	border-top: .5px solid black;
	font: 4pt times, geneva, arial, sans-serif;
}

img.word {
	height: 4px;
}

.wordbox {
    border: 1px solid green;
}

.left-col {
	border: .5px solid black;
}

.right-col {
	border-bottom: .5px solid black;
	border-top: .5px solid black;
}

.comic {
	border-bottom: .5px solid black;
}

a {
    color: white;
    text-decoration: none;
}