﻿/* CONTROLS PAGES AUTHORED-COPYRIGHT ©2021 MARK A. NODINE, KJ6MS */
BODY {
	background-color: #FFFFBB;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	max-width: 1300px;
	text-align: center;
	TEXT-DECORATION: none;
}
BODY.past {
	background-color: #BBFFFF;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	max-width: 1300px;
	text-align: center;
	TEXT-DECORATION: none;
}
TABLE {
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	color: #000000;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	margin-left: auto;
	margin-right: auto;
}
H1 {
	color: #0000ff;
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	height: 28px;
}
H2 {
	color: #ff0000;
	font-size: 20px;
	height: 20px;
}
H3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
H4 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	height: 15px;
}
HR {
	height: 2px;
}
.auto-style1 {
	color: #ff0000;
	font-weight: bold;
}
.auto-style2 {
	background-color: #dcdcb4;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: none;
}
.auto-style2b {
	background-color: #b4dcdc;
	COLOR: #0000FF;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: none;
}
.auto-style3 {
	color: #009700;
	font-weight: bold;
}
.auto-style4 {
	background-color: #b4dcdc;
	COLOR: #000000;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: none;
}
A {
	COLOR: #0000FF;
	font-family: "Courier New", Courier, monospace;
	TEXT-DECORATION: none;
	background: url('none');
}
A:visited {
	COLOR: #0000FF;
	font-family: "Courier New", Courier, monospace;
	TEXT-DECORATION: none;
	background: url('none');
}
A:active {
	COLOR: #00FF00;
	font-family: "Courier New", Courier, monospace;
	TEXT-DECORATION: none;
	background: url('none');
}
