A:LINK  {
	text-decoration: none;
	background-color: transparent;
}


A:VISITED {
	text-decoration: none;
	background-color: transparent;
}

A:ACTIVE {
	background-color: transparent;
	color: red;
	text-decoration: underline;
}

A:HOVER {
	color: red;
	text-decoration: underline;
	background-color: transparent;
}

H1 {
	font-size: 160%;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H2 {
	font-size: 140%;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H3 {
	font-size: 125%;
	margin-top: 1.5ex;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H4 {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

H5 {
	font-size: 105%;
	margin-top: 1em;
	margin-bottom: 1ex;
	text-align: center;
	background-color: transparent;
}

.inlinehead {
	font-weight: 700;
	color: Red;
	font-size: 85%;
	background-color: transparent;
}

p.bar {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

table.linkheader{
	border-width: thin;
	border-color: Aqua;
	border-style: ridge;
}

.linkheading {
	font-size: 115%;
	color: #0000ff;
	font-weight: 500;
	background-color: Aqua;
}

.seealso {
	text-align: center;
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 105%;
}

.toindex {
	font-family: Tahoma, sans-serif;
	font-size: 70%;
	background-color: transparent;
	color: Red;
	margin-top: 1ex;
	margin-right: 90%;
	margin-bottom: 1ex;
	text-align: center;
}
.feedback {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;	
	margin-top: 2em;	
}

.contactme {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

.doc-history {
	font-family: "Times New Roman", Times, serif;
	font-size: 65%;
	margin-bottom: 1ex;
}

.credits {
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 70%;
}


