	A {
		text-decoration: none;
		color: #4370b0;
	}

	A:hover { 
		text-decoration: underline;
		color: #4370b0;
	}

       .copyright {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		color: #103d7d;
	}

       .copyright:hover {
		text-decoration: underline;
		font-weight: bold;
		font-size: 12px;
		color: #103d7d;
	}