.data {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	list-style-type: circle;
}
.heading {
	font-family: Arial;
	font-size: 24px;
	color: #000000;
	text-transform: none;
}
.subhead {
	font-family: Arial;
	font-size: 14px;
}
.glos {
	font-family: Courier;
	font-size: 18px;
	color: #465656;
}

A.but:link    {
	color: #999999;
	background-color: #FFFFFF;
/*	height: auto;
	width: auto;
	border: 5 color:#999999;
	text-decoration: none;
	decoration: none; */
    text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}    /* unvisited links */
A.but:visited {
color: #999999;
	background-color: #FFFFFF;
/*	height: auto;
	width: auto;
	border: 5 color:#999999;
	text-decoration: none;
    text-color:#CCCCCC;
	decoration: none; */
    text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}   /* visited links   */
A.but:hover   {
	color: #000000;
	background-color: #CCCCCC;
	height: 30px;
	width: 40px;
	border: #000000;
	font-family: Arial;
	font-size: 14px;
} /* user hovers     */
/*A:active  { color: lime }*/   /* active links    */

A.glossarylink:link {
	font-family: Arial;
	font-size: 15px;
	color: #86A66F;
	text-decoration: none;
}

A.glossarylink:visited {
	font-family: Arial;
	font-size: 15px;
	color: #86A66f;
	text-decoration: none;
}

A.glossarylink:hover {
	font-family: Arial;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}

.subh {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
}
.headtext {
	background-color: #3366CC;
color: #FFFFFF;}

