.links {
	color: #FFFFFF;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.links2 {
	color: #FFFFFF;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
.links:hover {
	color: #FCD2A0;
}
.textbrown {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #683C0D;
}
.copyright {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyrightlink {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
.title {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.textlink {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FCD2A0;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}