.darklink {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
 	color: #FFFF66;
}

.darklink a:link { 
	color: #FFFF66;
	text-decoration: none;
	}
.darklink a:visited { 
	
	text-decoration: none;
	}
.darklink a:hover { 
	color: #3A2C18;
	background-color: #FFFF66;
	text-decoration: none;
	}
.darklink a:active { 
	color: #FFFF66;
	text-decoration: none;
	
	}
	
.select1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #D09B4A;
 	color: #3A2C18;
	border-color:#000000;
	border-width: 2px 2px 2px 2px;
	border-style:solid;
	padding: 2px 2px 2px 2px;
}

.select1 a:link { 
	color: #3A2C18;
	}
.select1 a:visited { 
	color: #3A2C18;
	}
.select1 a:hover { 
	color: #3A2C18;
	background-color: #FFFF66;
	text-decoration: none;
	}
.select1 a:active { 
	color: #3A2C18;
	}
.smallblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
	
