@CHARSET "UTF-8";

.cursorPointer {
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.pointerCursor {
	cursor: pointer;
}

