hr {
	border: 1px solid #610E08;
}


.link {
	color: #E48523;
	font-size: 18px;
	text-decoration: none;
}
.link:HOVER {
	color: yellow;
}
.link:ACTIVE {
	color: #610E08;
}
.link:FOCUS {
	color: #610E08;
}
.link_sub {
	color: #610E08;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.link_sub2 {
	color: #610E08;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.link_sub2:HOVER {
	color: #610E08;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.nav_link {
	color: #610E08; 
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}


.head_banner {
	font-family: Comic Sans MS; 
	font-size: 24px; 
	font-weight: bold; 
	color:#610E08;
}


#sub_links {
	margin-left: 120px;
}
#main_text {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 14px;
}
#main_td_text {
	margin: 10px;
	font-family: Verdana;
	font-size: 14px;
}