.title {
        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #394a9f;
        text-decoration: none;
}
.copy {
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color: #3d3d3d;
        text-decoration: none;
}
.copybold {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 15px;
        color: #3d3d3d;
        text-decoration: none;
}
.copyright {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #a88b7b;
	text-decoration: none;
}
A:link {text-decoration: none; color: #394a9f}
A:visited {text-decoration: none; color: #394a9f}
A:active {text-decoration: none; color: #ed1c24}
A:hover {text-decoration: none; color: #ed1c24}