﻿<style type="text/css">

/* without this peculiar entry, the background-color (next entry down) will not work  */

html { 
background-color: #000000 
}

 
body { background-color:#CCFFCC; 
}


/* 2 is used for the bunch of links at top and bottom of index page, and the welcome intro on each part 01..15 */
.auto-style2 {
	font-size:medium;
}


/* Comeback pic plus text and buttons on index page plus .. text and (pictures on parts 01..15???) */
.auto-style5 {
	text-align: center;
}


/* text on index page and also ClickHereForPartxx ... not used on parts 01..15 */
.auto-style6 {
	font-size: x-large;
}


/* pictures on parts 01..15 2018 onwards */
.auto-style12 {
	border-style: solid;
	border-width: 3px;
	margin: 12px;
	width: 40%;
	float: left;
}


/* links on index page and one link on each part 01..15 */
.auto-style15 {
	text-align: center;
	width: 457px;
	font-weight: 700;
	height: 22px;
	margin-left: 8px;
	background-color: #00FFFF;
	font-size: smaller;
}


/* links on parts 01..15 */
.auto-style16 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: 700;
	height: 23px;
	margin-left: 0px;
	background-color: #00FFFF;
	font-size: smaller;
}


/* heading on index and parts 01 .. 15  */
.auto-style19 {
	border: thin #FF00FF groove;
	text-align: center;
	font-size:x-large;
	color: #993399;
	font-family: "AR JULIAN";
}


/* 21 is used for the bunch of links at top and bottom of index page, and the welcome intro on each part 01..15 2018 onwards */
.auto-style21 {
	font-size:large;
}


/* not used */
.auto-style31 {
	font-size:large;
	text-align: center;
}


 .auto-style32 {
	margin-top: 0px;
}


.auto-style35 {
	  border-style: solid;
	  border-width: 3px;
	  margin: 12px;
	  width: 40%;
	  float: right;
}


.auto-style36 {
	  border-width: 3px;
	  margin: 12px;
}


a:link {
	color: blue;
}


a:visited {
	color:black;
}


a:hover {
	color: red;
}


a:active {
	color: lime;
}
