<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;
	margin-top:20px;margin-bottom:20px;margin-left:10px;margin-right:10px;
	border-style:double;border-color:black;padding:10px
}

.auto-style1 {
	font-size:small;
}

/* 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;
}
/* used on each part 01..15 2018 onwards */
.auto-style3 {
	font-size:medium;
	text-align: center;
}

.auto-style4 {
	text-decoration: blink;
	text-align: center;
	background-color: yellow;
	font-size: large;
}
/* 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;
}
.auto-style7 {
	font-size:x-large;
}

/* pictures on index page. default 500px by 300px.   ..  not used on parts 01..15 */
.auto-style10 {
	border-style: solid;
	border-width: 3px;
	margin: 12px;
	width: 40%;
/*	height: 300px; */
	float: right;
}
/* pictures on parts 01..15 */
.auto-style11 {
	border-style: solid;
	border-width: 3px;
	margin: 12px;
	width: 35%;
	float: left;
}

/* 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 {
			border-style: solid;
			border-width: 3px;
			margin: 12px;
}

.auto-style33 {
			border-style: solid;
			border-width: 3px;
			margin: 12px;
}

/* not used */
.auto-style25 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 455px;
	font-weight: 700;
	height: 23px;
	margin-left: 0px;
	background-color: #00FFFF;
	font-size: smaller;
}

a:link {
	color: blue;
}
a:visited {
	color:gray
}
a:hover {
	color: red;
}
a:active {
	color: lime;
}
