A:ACTIVE, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 14px;
	text-decoration : none;
	color : #ffffff;
}
 A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	color : #cccc99;
}	
a.bot:link{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #cccc99;
}
a.bot:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #cccc99;
}
a.bot:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	color : #cccc99;
}
a.item:link{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-align: center;
	color : #B7B78A;
	font-size: 12px;
}
a.item:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	text-align: center;
	color : #B7B78A;
	font-size: 12px;
}
a.item:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	text-align: center;
	color : #B7B78A;
	font-size: 12px;
}
.text{	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
.title{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #B7B78A;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	}
.it{
	font-style: italic;
}
/* title for tnail pages */
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #663300;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.pic{
	text-align: center;
	margin: 20px;
}

.bold{
	font-weight: bold;
}
/* indented lists on the navigation pages */
ul{
	margin-top: 5px;
}
li{
	list-style-type: disc;
	list-style-position: outside;
}
.ft{
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 5px;
}
.contact{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
	font-size: 14 px;
	text-align: center;
	
}