.left {
	color: white;
	font-family: Arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}

.right {
	color: #0033CC;
	font-family: Arial;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	vertical-align : middle;
}

.text {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.title {
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-weight : bold;
}

.ctlink {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.footer {
	color: black;
	font-family: Arial;
	font-size: 10px;
}


A:hover {color:"#FF0000";}
