.cesacss {
	font-weight: bold;
	font-size: 16px;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
	background-color: #FF99FF;
}
a:visited {
	color: #0066CC;
}
a:link {
	font-weight: bold;
	color: #006633;
	text-decoration: underline blink;
}
