A:link {
	color: navy;
	text-decoration: underline;
}
A {
	text-decoration: none;
}
A:visited {
	color: teal;
	text-decoration: underline;
}
A:hover {
	color: red;
	text-decoration: underline;
}
P {
	padding-left: 1em;
}
DIV.menu {
	font-size: small;
	text-align: center;
}
H1 {
	font-size: 200%;
	color: #1E1E1E;
	background-color: #8A9BDD;
	text-align: center;
	margin-left: 0px;
	padding: 0.2em;
	border-width: 2px 0px;
	border-color: black;
	border-style: solid;
}
H2 {
	font-weight: bold;
	font-size: 110%;
	color: black;
	background-color: #FFCC66;
	text-align: center;
	margin-top: 1.5em;
	padding: 6px;
	border-width: 0.5em;
	border-style: none;
	width: 100%;
}
H3 {
	font-weight: bold;
	font-size: 110%;
	color: black;
	padding: 0px;
	border-width: 1px 0 0 0.5em;
	border-color: #006699;
	border-style: solid;
	width: 100%;
}
H4 {
	text-decoration: underline;
}
BODY {
	background-color : white;
	border-width: medium;
	border-style: none;
}
TABLE.whitetable {
  background-color: #ffffff;
}
TABLE{
  background-color: #f7f3f7;
}
TABLE.yellowtable {
  background-color: #ffffff;
}
TABLE.yellowtable TD {
  background-color: #ffffc8;
}
TABLE.yellowtable TH {
  background-color: #ffc0a2;
}
H1 A {
  text-decoration: none;
}
H1 A:link {
 text-decoration: none;
}
H1 A:visited {
 text-decoration: none;
}
H2 A {
  color: black;
  text-decoration: none;
}
H2 A:link {
  color: black;
 text-decoration: none;
}
H2 A:visited {
  color: black;
 text-decoration: none;
}
H3 A {
  color: black;
  text-decoration: none;
}
H3 A:link {
  color: black;
 text-decoration: none;
}
H3 A:visited {
  color: black;
 text-decoration: none;
}
P {
	margin-right: 1em;
	margin-left: 1em;
}
