a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #79D8EE;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #79D5EA;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #76CBE0;
}

