
a {
cursor: url(barlekis.cur), pointer;
}

a:link {
	text-decoration : underline;
	color : #0000bb;
        background-color: inherit;
	font-weight : bold;
}
a:visited {
	text-decoration : underline;
	color : #000077;
        background-color: inherit;
	font-weight : bold;
}
a:hover {
	text-decoration : underline;
	color : #0000ff;
        background-color: inherit;
	font-weight : bold;
        cursor: url(barlekis.cur), pointer;
}
