.title {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        color: #697e66;
        text-decoration: none;
}
.copybold {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        color: #6e5b2c;
        text-decoration: none;
}
.copy {
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color: #6e5b2c;
        text-decoration: none;
}
.copygreen {
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color: #697e66;
        text-decoration: none;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #362a0d;
	text-decoration: none;
}
.seperator {
	font-family: Arial;
	font-size: 10px;
    font-weight: bold;
	line-height: 14px;
	color: #ab9763;
	text-decoration: none;
}
A:link {text-decoration: none; color: #362a0d}
A:visited {text-decoration: none; color: #362a0d}
A:active {text-decoration: none; color: #697e66}
A:hover {text-decoration: none; color: #697e66}